Skip to content

Commit

Permalink
chore(deps): update docker.io/alpine docker tag to v3.21 (#4520)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and pat-s committed Dec 18, 2024
1 parent d84bbaa commit 4833405
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:
- &golang_image 'docker.io/golang:1.23'
- &node_image 'docker.io/node:23-alpine'
- &alpine_image 'docker.io/alpine:3.20'
- &alpine_image 'docker.io/alpine:3.21'
- path: &when_path
- 'docs/**'
- '.woodpecker/docs.yaml'
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.agent.alpine.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg \
make build-agent

FROM docker.io/alpine:3.20
FROM docker.io/alpine:3.21
RUN apk add -U --no-cache ca-certificates
ENV GODEBUG=netdns=go
# Internal setting do NOT change! Signals that woodpecker is running inside a container
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cli.alpine.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg \
make build-cli

FROM docker.io/alpine:3.20
FROM docker.io/alpine:3.21
WORKDIR /woodpecker

RUN apk add -U --no-cache ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.server.alpine.multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/alpine:3.20
FROM docker.io/alpine:3.21

ARG TARGETOS TARGETARCH
RUN apk add -U --no-cache ca-certificates
Expand Down

0 comments on commit 4833405

Please sign in to comment.