From 3778c104dee241d799afc153176d541c0680466f Mon Sep 17 00:00:00 2001 From: Iceber Gu Date: Mon, 26 Aug 2024 16:35:52 +0800 Subject: [PATCH] bump alpine from 3.18.5 to 3.18.8 Signed-off-by: Iceber Gu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2f014ccb..d33cf4406 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG BIN_NAME ARG TARGETARCH RUN GOARCH=${TARGETARCH} /builder.sh ${BIN_NAME} -FROM alpine:3.18.5 +FROM alpine:3.18.8 RUN apk add --no-cache gcompat # https://pkg.go.dev/net#hdr-Name_Resolution