Compare commits

...

1 Commits

Author SHA1 Message Date
snyk-bot
c5050bc7eb fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE316-ZLIB-2976176
2022-08-10 16:14:10 +00:00

View File

@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:18.6.0-alpine as base
FROM --platform=linux/amd64 node:18-alpine as base
RUN apk --update --no-cache add --virtual .builds-deps build-base python3