diff --git a/Dockerfile b/Dockerfile index aafaa9dc6e..51dd090b53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -# syntax = docker/dockerfile:1.4 +# syntax = docker/dockerfile:1.16 -ARG NODE_VERSION=22.15.0-bookworm +ARG NODE_VERSION=22.16.0-bookworm # build assets & compile TypeScript diff --git a/packages/backend/test-federation/compose.tpl.yml b/packages/backend/test-federation/compose.tpl.yml index e4483acd7a..8cec49d245 100644 --- a/packages/backend/test-federation/compose.tpl.yml +++ b/packages/backend/test-federation/compose.tpl.yml @@ -1,6 +1,6 @@ services: nginx: - image: nginx:1.27 + image: nginx:1.28 volumes: - type: bind source: ./certificates/rootCA.crt