From a875f423b73d2cb3ac579cb8ab0c6d76a823cc3d Mon Sep 17 00:00:00 2001 From: silencebay <50704174+silencebay@users.noreply.github.com> Date: Mon, 5 Jul 2021 15:06:08 +0800 Subject: [PATCH] Use alpine 3.13 as runtime [alpinelinux/docker-alpine#180](https://github.com/alpinelinux/docker-alpine/issues/180) [opencontainers/runc#2750](https://github.com/opencontainers/runc/pull/2750) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 11258d0..e6726b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN set -eux; \ curl -L -O https://github.com/Dreamacro/maxmind-geoip/releases/latest/download/Country.mmdb; -FROM --platform=$TARGETPLATFORM alpine AS runtime +FROM --platform=$TARGETPLATFORM alpine:3.13 AS runtime LABEL org.opencontainers.image.source https://silencebay@github.com/silencebay/clash-tproxy.git ARG TARGETPLATFORM ARG BUILDPLATFORM