Skip to content

Commit 5053fd8

Browse files
chore(deps): update nginx docker tag to v1.29.3
1 parent cf66858 commit 5053fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Stage 1: Build the Angular Application
33
# =========================================
44
ARG NODE_VERSION=22.14.0-alpine
5-
ARG NGINX_VERSION=1.29.1-alpine
5+
ARG NGINX_VERSION=1.29.3-alpine
66

77
# Use a lightweight Node.js image for building (customizable via ARG)
88
FROM node:${NODE_VERSION} AS builder

0 commit comments

Comments
 (0)