Skip to content

Commit 84c5710

Browse files
authored
Merge pull request #644 from commjoen/dependabot/docker/nginx-1.31.4-alpine
docker(deps): bump nginx from 1.31.3-alpine to 1.31.4-alpine
2 parents 7af3e0c + a82bda6 commit 84c5710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV PORT=$PORT
2424
RUN npm install && npm run build
2525

2626
# Stage 2: Final container with nginx + Node.js server
27-
FROM nginx:1.31.3-alpine
27+
FROM nginx:1.31.4-alpine
2828

2929
# Install Node.js and curl for healthcheck
3030
# Using Alpine Linux for smaller image size

0 commit comments

Comments
 (0)