Skip to content

Commit

Permalink
Use alpine 3.13 as runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
silencebay committed Jul 5, 2021
1 parent 13c377d commit a875f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/silencebay/clash-tproxy.git
ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down

0 comments on commit a875f42

Please sign in to comment.