From 7aa9b9cc02c261adfff270bb6a3f8d1122d6235d Mon Sep 17 00:00:00 2001 From: Alexandre Garnier Date: Wed, 18 Sep 2024 17:07:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20to=20alpine=203.?= =?UTF-8?q?20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index cc39fdf..f931326 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19 +FROM alpine:3.20 # Installs latest Chromium package. RUN apk upgrade --no-cache --available \ @@ -6,8 +6,6 @@ RUN apk upgrade --no-cache --available \ chromium-swiftshader \ ttf-freefont \ font-noto-emoji \ - && apk add --no-cache \ - --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \ font-wqy-zenhei COPY local.conf /etc/fonts/local.conf