fix: Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE316-ZLIB-2976176
This commit is contained in:
snyk-bot
2022-08-10 17:49:49 +00:00
parent a94f25b0bd
commit f47464105e

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