Skip to content

Commit

Permalink
chore(deps): update dependency node (#5526)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent cfd1cc5 commit a1f6a44
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.9
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.6
22.9
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.8.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.8.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.8.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.8.0-alpine3.20
working_dir: /app
command: ['node', 'index.js']
networks:
Expand All @@ -38,7 +38,7 @@ services:
S3_BUCKET_NAME: artifacts

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

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

# It's not part of integration tests
app:
image: node:22.6.0-alpine3.20
image: node:22.8.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.8.0-alpine3.20
command: ['npx', 'http-server']

0 comments on commit a1f6a44

Please sign in to comment.