Skip to content

Commit 9377e94

Browse files
chore(deps): update [docker] update dependencies (#17203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc19359 commit 9377e94

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# syntax = docker/dockerfile:1.20
1+
# syntax = docker/dockerfile:1.21
22

3-
ARG NODE_VERSION=22.21.1-bookworm
3+
ARG NODE_VERSION=22.22.0-bookworm
44

55
# build assets & compile TypeScript
66

packages/backend/test-federation/compose.tpl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
nginx:
3-
image: nginx:1.27
3+
image: nginx:1.29
44
volumes:
55
- type: bind
66
source: ./certificates/rootCA.crt

0 commit comments

Comments
 (0)