Skip to content

Commit 7190c4a

Browse files
authored
Merge pull request #207 from CapstoneProjectCMC/dependabot/docker/docker/main/nginx-node-base-d7d73f50b8
Bump nginx from 1.27-alpine to 1.29-alpine in /docker in the nginx-node-base group
2 parents 84412de + c3535f2 commit 7190c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/angular-frontend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN npm run build -- --configuration=production
1616
RUN test -f dist/codecampus/browser/index.html
1717

1818
# ====== Runtime stage ======
19-
FROM nginx:1.27-alpine
19+
FROM nginx:1.29-alpine
2020

2121
# file Nginx phục vụ SPA & fallback
2222
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)