Skip to content

Commit 89a33a8

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-UPSTREAM-NODE-8651420 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-8705121 - https://snyk.io/vuln/SNYK-DEBIAN12-LIBTASN16-8689970 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-8670156 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963
1 parent 9e3426c commit 89a33a8

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.20.3-slim
2+
FROM node:18.20.7-slim
33
# Create app directory
44
WORKDIR /usr/src/app
55
# Copy package.json AND package-lock.json

0 commit comments

Comments
 (0)