Update node base image to node:18.14.0-alpine3.16 (#267)

This commit is contained in:
EgleH
2023-02-21 13:54:00 +01:00
committed by GitHub
parent ae688ddc7e
commit e91feb64f5

View File

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