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.
2 parents 61f30c8 + ced1b3f commit 03e6703Copy full SHA for 03e6703
Dockerfile
@@ -1,8 +1,8 @@
1
###############
2
### STAGE 1: Build app
3
4
-ARG BUILDER_IMAGE=node:22.9.0-alpine
5
-ARG NGINX_IMAGE=nginx:1.27.4-alpine3.21-slim
+ARG BUILDER_IMAGE=node:24-alpine3.22
+ARG NGINX_IMAGE=nginx:1.29-alpine3.22-slim
6
7
FROM $BUILDER_IMAGE AS builder
8
ARG NPM_REGISTRY_URL=https://registry.npmjs.org/
0 commit comments