There was an error while loading. Please reload this page.
1 parent 82a6ef6 commit 45af853Copy full SHA for 45af853
1 file changed
Dockerfile
@@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 \
20
go build -v -o dns -ldflags "-X github.com/mxssl/dns/cmd.version=$VERSION"
21
22
# Copy compiled binary to clear Alpine Linux image
23
-FROM alpine:3.23
+FROM alpine:3.24
24
WORKDIR /
25
RUN apk add --no-cache ca-certificates
26
COPY --from=builder /go/src/github.com/mxssl/dns/dns /usr/local/bin/dns
0 commit comments