Skip to content

Commit e662e60

Browse files
docker(deps): bump nginx from 1.31.4-alpine to 1.31.5-alpine
Bumps nginx from 1.31.4-alpine to 1.31.5-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.31.5-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e68424d commit e662e60

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.4-alpine
27+
FROM nginx:1.31.5-alpine
2828

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

0 commit comments

Comments
 (0)