mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-29 05:11:04 +00:00
chore(deps): update docker.io/alpine docker tag to v3.19 (#2970)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/alpine | | minor | `3.18` -> `3.19` | | docker.io/alpine | final | minor | `3.18` -> `3.19` | --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - "before 4am" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/woodpecker-ci/woodpecker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ebbac258a2
commit
7ee0bc4033
4 changed files with 4 additions and 4 deletions
|
@ -62,7 +62,7 @@ steps:
|
||||||
# TODO: add step to remove preview again after PR is closed (waiting for #286)
|
# TODO: add step to remove preview again after PR is closed (waiting for #286)
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: docker.io/alpine:3.18
|
image: docker.io/alpine:3.19
|
||||||
secrets:
|
secrets:
|
||||||
- BOT_PRIVATE_KEY
|
- BOT_PRIVATE_KEY
|
||||||
commands:
|
commands:
|
||||||
|
|
|
@ -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.18
|
FROM docker.io/alpine:3.19
|
||||||
# renovate: datasource=repology depName=alpine_3_18/ca-certificates versioning=loose
|
# renovate: datasource=repology depName=alpine_3_18/ca-certificates versioning=loose
|
||||||
ENV CA_CERTIFICATES_VERSION="20230506-r0"
|
ENV CA_CERTIFICATES_VERSION="20230506-r0"
|
||||||
RUN apk add -U --no-cache ca-certificates=${CA_CERTIFICATES_VERSION}
|
RUN apk add -U --no-cache ca-certificates=${CA_CERTIFICATES_VERSION}
|
||||||
|
|
|
@ -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.18
|
FROM docker.io/alpine:3.19
|
||||||
# renovate: datasource=repology depName=alpine_3_18/ca-certificates versioning=loose
|
# renovate: datasource=repology depName=alpine_3_18/ca-certificates versioning=loose
|
||||||
ENV CA_CERTIFICATES_VERSION="20230506-r0"
|
ENV CA_CERTIFICATES_VERSION="20230506-r0"
|
||||||
RUN apk add -U --no-cache ca-certificates=${CA_CERTIFICATES_VERSION}
|
RUN apk add -U --no-cache ca-certificates=${CA_CERTIFICATES_VERSION}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM docker.io/alpine:3.18
|
FROM docker.io/alpine:3.19
|
||||||
|
|
||||||
# renovate: datasource=repology depName=alpine_3_18/ca-certificates versioning=loose
|
# renovate: datasource=repology depName=alpine_3_18/ca-certificates versioning=loose
|
||||||
ENV CA_CERTIFICATES_VERSION="20230506-r0"
|
ENV CA_CERTIFICATES_VERSION="20230506-r0"
|
||||||
|
|
Loading…
Reference in a new issue