From 4b71eec8349ccb36806f83d32a40994c85bbee99 Mon Sep 17 00:00:00 2001 From: Roger Versluis Date: Sat, 2 Sep 2023 17:10:38 -0600 Subject: [PATCH] Bump alpine image to 3.18 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d5b9b44..80b6daa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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