Skip to content

Commit

Permalink
chore(deps): update dependency node
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2024
1 parent 9fdc022 commit b68ef86
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.6
22.7
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.6
22.7
2 changes: 1 addition & 1 deletion docker/cli.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.6.0-slim
FROM node:22.7.0-slim

RUN apt-get update && apt-get install -y ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion docker/migrations.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.6.0-slim
FROM node:22.7.0-slim

RUN apt-get update && apt-get install -y ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion docker/services.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.6.0-slim
FROM node:22.7.0-slim

RUN apt-get update && apt-get install -y wget ca-certificates && rm -rf /var/lib/apt/lists/*

Expand Down
10 changes: 5 additions & 5 deletions integration-tests/docker-compose.integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ networks:

services:
local_cdn:
image: node:22.6.0-alpine3.20
image: node:22.7.0-alpine3.20
working_dir: /app
command: ['node', 'index.js']
networks:
Expand All @@ -39,7 +39,7 @@ services:
S3_PUBLIC_URL: 'http://localhost:8083'

local_broker:
image: node:22.6.0-alpine3.20
image: node:22.7.0-alpine3.20
working_dir: /app
command: ['node', 'broker.js']
networks:
Expand Down Expand Up @@ -79,7 +79,7 @@ services:
SECRET: '${EXTERNAL_COMPOSITION_SECRET}'

external_composition:
image: node:22.6.0-alpine3.20
image: node:22.7.0-alpine3.20
working_dir: /app
command: ['node', 'example.mjs']
networks:
Expand Down Expand Up @@ -270,10 +270,10 @@ services:

# It's not part of integration tests
app:
image: node:22.6.0-alpine3.20
image: node:22.7.0-alpine3.20
command: ['npx', 'http-server']

# Redpand is used for integration tests, instead of Kafka. Zookeeper is no longer needed
zookeeper:
image: node:22.6.0-alpine3.20
image: node:22.7.0-alpine3.20
command: ['npx', 'http-server']

0 comments on commit b68ef86

Please sign in to comment.