fix: Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3035792
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3035795
This commit is contained in:
snyk-bot
2022-10-08 16:16:10 +00:00
parent b25f92e17a
commit 5b5cbd4dcb

View File

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