Skip to content

Commit 24bc492

Browse files
authored
Merge pull request #1 from argodevops/snyk-fix-84873233a9151e6eaf08a6cd2cab474e
[Snyk] Security upgrade nginx from latest to 1.27.3-alpine3.20-slim
2 parents 631e35e + dd92590 commit 24bc492

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
@@ -25,7 +25,7 @@ RUN pnpm i --frozen-lockfile &&\
2525
pnpm build
2626

2727
# Deploy stage
28-
FROM nginx:latest
28+
FROM nginx:1.27.3-alpine3.20-slim
2929

3030
COPY --from=workspace /app/dist/ /usr/share/nginx/html
3131
COPY default.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)