Skip to content

Commit d359ea7

Browse files
authored
Update Alpine to 3.18
This change would be nice to get in because MUSL finally implemented TCP fallback in their DNS resolver. alpinelinux.org/posts/Alpine-3.18.0-released.html Signed-off-by: Devin Buhl <[email protected]>
1 parent 0ef6f98 commit d359ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN export CGO_LDFLAGS="-static -fuse-ld=lld" && \
6060
# Ensure that the binary was cross-compiled correctly to the target platform.
6161
RUN xx-verify --static /image-automation-controller
6262

63-
FROM alpine:3.17
63+
FROM alpine:3.18
6464

6565
ARG TARGETPLATFORM
6666
RUN apk --no-cache add ca-certificates \

0 commit comments

Comments
 (0)