We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc19359 commit 9377e94Copy full SHA for 9377e94
2 files changed
Dockerfile
@@ -1,6 +1,6 @@
1
-# syntax = docker/dockerfile:1.20
+# syntax = docker/dockerfile:1.21
2
3
-ARG NODE_VERSION=22.21.1-bookworm
+ARG NODE_VERSION=22.22.0-bookworm
4
5
# build assets & compile TypeScript
6
packages/backend/test-federation/compose.tpl.yml
services:
nginx:
- image: nginx:1.27
+ image: nginx:1.29
volumes:
- type: bind
source: ./certificates/rootCA.crt
0 commit comments