Skip to content

Commit edcb53e

Browse files
committed
fix: project/c2-microservices-v1/udacity-c2-restapi-user/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3092933 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316
1 parent 7fe0c3c commit edcb53e

File tree

1 file changed

+1
-1
lines changed
  • project/c2-microservices-v1/udacity-c2-restapi-user

1 file changed

+1
-1
lines changed

project/c2-microservices-v1/udacity-c2-restapi-user/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set the base image
2-
FROM node:18.9.1-slim
2+
FROM node:18.20.3-slim
33
# Create app directory
44
WORKDIR /usr/src/app
55
# Copy package.json AND package-lock.json

0 commit comments

Comments
 (0)