Skip to content

Commit 03e6703

Browse files
authored
Merge pull request #2739 from FintecheandoMX/dev
WEB-390: Update Node and NGINX images in Dockerfile
2 parents 61f30c8 + ced1b3f commit 03e6703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
###############
22
### STAGE 1: Build app
33
###############
4-
ARG BUILDER_IMAGE=node:22.9.0-alpine
5-
ARG NGINX_IMAGE=nginx:1.27.4-alpine3.21-slim
4+
ARG BUILDER_IMAGE=node:24-alpine3.22
5+
ARG NGINX_IMAGE=nginx:1.29-alpine3.22-slim
66

77
FROM $BUILDER_IMAGE AS builder
88
ARG NPM_REGISTRY_URL=https://registry.npmjs.org/

0 commit comments

Comments
 (0)