Skip to content

Commit

Permalink
chore(deps): update docker.io/library/alpine docker tag to v3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 13, 2024
1 parent 9897896 commit d236541
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/ci/pdns-primary/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.20.0
FROM docker.io/library/alpine:3.20.1

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion build/ci/pdns-secondary/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.20.0
FROM docker.io/library/alpine:3.20.1

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion build/ci/services/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.0
FROM docker.io/library/alpine:3.20.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
Expand Down

0 comments on commit d236541

Please sign in to comment.