From a695ffaf49a150840db7fb3e60e644468693689a Mon Sep 17 00:00:00 2001 From: mia Date: Sun, 16 Jun 2024 02:26:36 -0700 Subject: [PATCH] update alpine version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dda1fe090..568263abe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.2 ## Install dev and compilation dependencies, build files -FROM alpine:3.18 as build +FROM alpine:3.20 as build WORKDIR /iceshrimp # Install compilation dependencies @@ -31,7 +31,7 @@ RUN yarn focus-production RUN --mount=type=cache,target=/iceshrimp/.yarncache_focused rm -rf .yarncache/* && cp -r .yarn/. .yarncache_focused ## Runtime container -FROM alpine:3.18 +FROM alpine:3.20 WORKDIR /iceshrimp # Install runtime dependencies