From 6f3d2e940943b61f14472cd601b5590250717cdc Mon Sep 17 00:00:00 2001 From: METO Date: Mon, 18 Nov 2024 09:24:05 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=87=E7=BA=A7=E5=BA=95=E5=B1=82=20?= =?UTF-8?q?radicale=20=E5=88=B0=203.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81a6d9bf..c147b97d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app RUN yarn && yarn radicale -FROM alpine +FROM alpine:edge RUN apk add --no-cache \ radicale \