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 <onedr0p@users.noreply.github.com>
This commit is contained in:
Devin Buhl 2023-05-10 09:25:35 -04:00 committed by GitHub
parent 5887114d3c
commit 24ed99506f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \