Bump alpine image to 3.18

This commit is contained in:
Roger Versluis 2023-09-02 17:10:38 -06:00
parent 86fdf23eb8
commit 4b71eec834

View file

@ -1,5 +1,5 @@
# Stage 1 - Build the frontend
FROM node:16-alpine3.17 AS node-build-env
FROM node:16-alpine3.18 AS node-build-env
ARG TARGETPLATFORM
ENV TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64}
ARG BUILDPLATFORM
@ -47,7 +47,7 @@ RUN \
fi
# Stage 3 - Build runtime image
FROM ghcr.io/linuxserver/baseimage-alpine:3.17
FROM ghcr.io/linuxserver/baseimage-alpine:3.18
ARG TARGETPLATFORM
ENV TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64}
ARG BUILDPLATFORM