Skip to content

Commit b7782bf

Browse files
committed
fix: images/main/alpine/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104721 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104721
1 parent 042f81a commit b7782bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/main/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN set -ex; \
2929

3030

3131
# Once application has been built, prepare production image
32-
FROM nginx:alpine
32+
FROM nginx:1.25.3-alpine3.18
3333

3434
ENV LANG=en_US.UTF-8 \
3535
LC_ALL=C.UTF-8

0 commit comments

Comments
 (0)