From 1d6414a510268328b7b5b1f2be91c22d0702b971 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 20:19:46 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d1cb95..3932f8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 +FROM alpine:3.20 ENV TZ Asia/Shanghai RUN apk add alpine-conf tzdata dumb-init && \ /sbin/setup-timezone -z Asia/Shanghai && \