mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-09-05 20:07:25 +00:00
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:
@@ -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'
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user