From 088846665060fca6c51db324e087dd6a195aaa10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:32:34 +0000 Subject: [PATCH] chore(deps): bump alpine from 3.23 to 3.24 Bumps alpine from 3.23 to 3.24. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 439acbc..13476e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 \ go build -v -o dns -ldflags "-X github.com/mxssl/dns/cmd.version=$VERSION" # Copy compiled binary to clear Alpine Linux image -FROM alpine:3.23 +FROM alpine:3.24 WORKDIR / RUN apk add --no-cache ca-certificates COPY --from=builder /go/src/github.com/mxssl/dns/dns /usr/local/bin/dns