diff --git a/build/ci/pdns-primary/Containerfile b/build/ci/pdns-primary/Containerfile index 4cb9468..09beeba 100644 --- a/build/ci/pdns-primary/Containerfile +++ b/build/ci/pdns-primary/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/alpine:3.21.0 +FROM docker.io/library/alpine:3.21.1 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] diff --git a/build/ci/pdns-secondary/Containerfile b/build/ci/pdns-secondary/Containerfile index 0ab69c5..16aae0b 100644 --- a/build/ci/pdns-secondary/Containerfile +++ b/build/ci/pdns-secondary/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/alpine:3.21.0 +FROM docker.io/library/alpine:3.21.1 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] diff --git a/build/ci/services/Containerfile b/build/ci/services/Containerfile index 6270d4f..b624794 100644 --- a/build/ci/services/Containerfile +++ b/build/ci/services/Containerfile @@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -trimpath -mod=readonly -ldflags "-s -w -e RUN CGO_ENABLED=0 GOOS=linux go build -trimpath -mod=readonly -ldflags "-s -w -extldflags '-static'" -tags osusergo,netgo -o /pdns-zone-provider ./cmd/pdns-zone-provider/main.go -FROM docker.io/library/alpine:3.21.0 +FROM docker.io/library/alpine:3.21.1 COPY ./build/ci/services/config/pdns-api-proxy/config.toml /etc/pdns-api-proxy/config.toml COPY ./build/ci/services/config/pdns-health-checker/config.toml /etc/pdns-health-checker/config.toml