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 5d4c521 commit e47b9e6Copy full SHA for e47b9e6
sources/packages/web/Dockerfile.dev
@@ -1,5 +1,5 @@
1
# "builder" stage, based on Node.js, to build and compile the frontend.
2
-FROM node:24.9.0-alpine3.22 AS builder
+FROM node:25.1.0-alpine3.22 AS builder
3
4
# Application Port.
5
ENV PORT=8080
@@ -23,7 +23,7 @@ RUN sed 's/${PORT}/'"${PORT}"'/g' nginx/default.conf.dev.template > default.conf
23
RUN npm run build-local
24
25
# Get a nginx image to have only the compiled app in the resulting image.
26
-FROM nginx:1.22 AS deployer
+FROM nginx:1.29 AS deployer
27
28
RUN mkdir -p /opt/app-root/src \
29
&& mkdir -p /etc/nginx/conf.d
0 commit comments