diff --git a/Dockerfile b/Dockerfile index b2b7757..7a35002 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.20.2 +FROM alpine:3.20.3 WORKDIR / RUN apk add --no-cache ca-certificates COPY --from=builder /go/src/github.com/mxssl/dns/dns /usr/local/bin/dns