Update docker.io/alpine Docker tag to v3.24 (#6725)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-06-13 06:48:38 +02:00
committed by GitHub
co-authored by lnx01
parent 21260ad954
commit fe62fd6bb0
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
variables:
- &golang_image 'docker.io/golang:1.26'
- &node_image 'docker.io/node:24-alpine'
- &alpine_image 'docker.io/alpine:3.23'
- &alpine_image 'docker.io/alpine:3.24'
- path: &when_path
- 'docs/**'
- '.woodpecker/docs.yaml'
+1 -1
View File
@@ -14,7 +14,7 @@ steps:
- echo -e "\nLast checked:$(date)" >> links.md
- name: Update issue
image: docker.io/alpine:3.23
image: docker.io/alpine:3.24
depends_on: links
environment:
GITHUB_TOKEN:
+1 -1
View File
@@ -26,7 +26,7 @@ steps:
version: 3.6.2
- name: check-feature-docs
image: docker.io/alpine:3.23
image: docker.io/alpine:3.24
depends_on: []
commands:
- apk add --no-cache -q jq && ./.woodpecker/check-feature-docs.sh
+1 -1
View File
@@ -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.23
FROM docker.io/alpine:3.24
RUN apk add -U --no-cache ca-certificates && \
adduser -u 1000 -g 1000 woodpecker -D && \
@@ -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.23
FROM docker.io/alpine:3.24
WORKDIR /woodpecker
@@ -1,4 +1,4 @@
FROM docker.io/alpine:3.23
FROM docker.io/alpine:3.24
ARG TARGETOS TARGETARCH
RUN apk add -U --no-cache ca-certificates && \