You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-16 08:46:30 +02:00
chore(deps): update docker.io/alpine docker tag to v3.22 (#5224)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
variables:
|
variables:
|
||||||
- &golang_image 'docker.io/golang:1.24'
|
- &golang_image 'docker.io/golang:1.24'
|
||||||
- &node_image 'docker.io/node:23-alpine'
|
- &node_image 'docker.io/node:23-alpine'
|
||||||
- &alpine_image 'docker.io/alpine:3.21'
|
- &alpine_image 'docker.io/alpine:3.22'
|
||||||
- path: &when_path
|
- path: &when_path
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '.woodpecker/docs.yaml'
|
- '.woodpecker/docs.yaml'
|
||||||
|
@@ -14,7 +14,7 @@ steps:
|
|||||||
- echo -e "\nLast checked:$(date)" >> links.md
|
- echo -e "\nLast checked:$(date)" >> links.md
|
||||||
|
|
||||||
- name: Update issue
|
- name: Update issue
|
||||||
image: docker.io/alpine:3.21
|
image: docker.io/alpine:3.22
|
||||||
depends_on: links
|
depends_on: links
|
||||||
environment:
|
environment:
|
||||||
GITHUB_TOKEN:
|
GITHUB_TOKEN:
|
||||||
|
@@ -7,7 +7,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
|
|||||||
--mount=type=cache,target=/go/pkg \
|
--mount=type=cache,target=/go/pkg \
|
||||||
make build-agent
|
make build-agent
|
||||||
|
|
||||||
FROM docker.io/alpine:3.21
|
FROM docker.io/alpine:3.22
|
||||||
|
|
||||||
RUN apk add -U --no-cache ca-certificates && \
|
RUN apk add -U --no-cache ca-certificates && \
|
||||||
adduser -u 1000 -g 1000 woodpecker -D && \
|
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 \
|
--mount=type=cache,target=/go/pkg \
|
||||||
make build-cli
|
make build-cli
|
||||||
|
|
||||||
FROM docker.io/alpine:3.21
|
FROM docker.io/alpine:3.22
|
||||||
|
|
||||||
WORKDIR /woodpecker
|
WORKDIR /woodpecker
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/alpine:3.21
|
FROM docker.io/alpine:3.22
|
||||||
|
|
||||||
ARG TARGETOS TARGETARCH
|
ARG TARGETOS TARGETARCH
|
||||||
RUN apk add -U --no-cache ca-certificates && \
|
RUN apk add -U --no-cache ca-certificates && \
|
||||||
|
Reference in New Issue
Block a user