Skip to content

Commit ff2df5e

Browse files
yu-iskwsnyk-bot
andauthored
fix: docker/swagger-cli/Dockerfile to reduce vulnerabilities (#52)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-8705121 - https://snyk.io/vuln/SNYK-DEBIAN12-LIBTASN16-8689970 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-8658672 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-8658672 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent d3a8837 commit ff2df5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/swagger-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18.20.6-slim
1+
FROM node:18.20.8-slim
22

33
# install swagger-cli
44
RUN npm install -g swagger-cli@4.0.4

0 commit comments

Comments
 (0)