update node image to the latest and most secure

This commit is contained in:
Guilherme Rauen
2022-11-11 14:51:19 +01:00
parent 0d96d03c21
commit 3a22fb3124

View File

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