Dockerfile: update base image

This commit is contained in:
Dave Horton
2022-07-28 12:59:05 +01:00
parent 1473c30d7b
commit f83cc25098
2 changed files with 2 additions and 2 deletions

View File

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

View File

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