From 621175c9874ec49346417ae154368c8eca7e3d0f Mon Sep 17 00:00:00 2001 From: dnomd343 Date: Tue, 29 Mar 2022 01:42:37 +0800 Subject: [PATCH] chore: update alpine to `3.15.2` --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 59869fa..f38e52d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 as build +FROM alpine:3.15.2 as build COPY . /tmp/ClearDNS ENV GO_VERSION="1.17.8" ENV UPX_VERSION="3.96" @@ -43,7 +43,7 @@ cd /tmp/release/ && \ strip cleardns && \ upx -9 AdGuardHome dnsproxy overture -FROM alpine:3.15 as asset +FROM alpine:3.15.2 as asset COPY . /tmp/ClearDNS COPY --from=build /tmp/release /tmp/release RUN \ @@ -57,7 +57,7 @@ mv asset.tar.gz /tmp/asset/etc/overture/ && \ mv /tmp/release/ /tmp/asset/usr/bin/ && \ mv /tmp/ClearDNS/load.sh /tmp/asset/usr/bin/load -FROM alpine:3.15 +FROM alpine:3.15.2 COPY --from=asset /tmp/asset / RUN apk add --no-cache ca-certificates glib iptables ip6tables && \ echo -e "0\t4\t*\t*\t*\t/etc/overture/update.sh" > /var/spool/cron/crontabs/root