Skip to content

Commit 3aa279a

Browse files
committed
fix: project/c2-microservices-v1/udacity-c2-deployment/docker/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-LIBWEBP-5902237 - https://snyk.io/vuln/SNYK-ALPINE316-NGHTTP2-6043732 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3320719 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3320719 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-5958908
1 parent 10c1279 commit 3aa279a

File tree

1 file changed

+1
-1
lines changed
  • project/c2-microservices-v1/udacity-c2-deployment/docker

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM nginx:1.23.2-alpine
1+
FROM nginx:1.27.3-alpine
22

33
COPY nginx.conf /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)