From 24ed99506f3ab0ee8929989e09bd9c83a2a40e1a Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Wed, 10 May 2023 09:25:35 -0400 Subject: [PATCH] Update Alpine to 3.18 This change would be nice to get in because MUSL finally implements TCP DNS requests as a fallback. https://www.alpinelinux.org/posts/Alpine-3.18.0-released.html Signed-off-by: Devin Buhl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 333aba43..58df2fb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,7 @@ RUN export CGO_LDFLAGS="-static -fuse-ld=lld" && \ # Ensure that the binary was cross-compiled correctly to the target platform. RUN xx-verify --static /source-controller -FROM alpine:3.17 +FROM alpine:3.18 ARG TARGETPLATFORM RUN apk --no-cache add ca-certificates \