mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-07-01 01:33:34 +00:00
chore(deps): update docker.io/alpine docker tag to v3.21 (#4520)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c8029a6498
commit
967379012f
@ -1,7 +1,7 @@
|
|||||||
variables:
|
variables:
|
||||||
- &golang_image 'docker.io/golang:1.23'
|
- &golang_image 'docker.io/golang:1.23'
|
||||||
- &node_image 'docker.io/node:23-alpine'
|
- &node_image 'docker.io/node:23-alpine'
|
||||||
- &alpine_image 'docker.io/alpine:3.20'
|
- &alpine_image 'docker.io/alpine:3.21'
|
||||||
- path: &when_path
|
- path: &when_path
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '.woodpecker/docs.yaml'
|
- '.woodpecker/docs.yaml'
|
||||||
|
@ -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.20
|
FROM docker.io/alpine:3.21
|
||||||
RUN apk add -U --no-cache ca-certificates
|
RUN apk add -U --no-cache ca-certificates
|
||||||
ENV GODEBUG=netdns=go
|
ENV GODEBUG=netdns=go
|
||||||
# Internal setting do NOT change! Signals that woodpecker is running inside a container
|
# Internal setting do NOT change! Signals that woodpecker is running inside a container
|
||||||
|
@ -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.20
|
FROM docker.io/alpine:3.21
|
||||||
WORKDIR /woodpecker
|
WORKDIR /woodpecker
|
||||||
|
|
||||||
RUN apk add -U --no-cache ca-certificates
|
RUN apk add -U --no-cache ca-certificates
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/alpine:3.20
|
FROM docker.io/alpine:3.21
|
||||||
|
|
||||||
ARG TARGETOS TARGETARCH
|
ARG TARGETOS TARGETARCH
|
||||||
RUN apk add -U --no-cache ca-certificates
|
RUN apk add -U --no-cache ca-certificates
|
||||||
|
Loading…
Reference in New Issue
Block a user