From 7ee0bc403331fa24756cb522f849b1a5c29897ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 06:10:22 +0100 Subject: [PATCH] chore(deps): update docker.io/alpine docker tag to v3.19 (#2970) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .woodpecker/docs.yml | 2 +- docker/Dockerfile.agent.alpine.multiarch | 2 +- docker/Dockerfile.cli.alpine.multiarch | 2 +- docker/Dockerfile.server.alpine.multiarch | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index 0c5eda845..61d3bf884 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -62,7 +62,7 @@ steps: # TODO: add step to remove preview again after PR is closed (waiting for #286) deploy: - image: docker.io/alpine:3.18 + image: docker.io/alpine:3.19 secrets: - BOT_PRIVATE_KEY commands: diff --git a/docker/Dockerfile.agent.alpine.multiarch b/docker/Dockerfile.agent.alpine.multiarch index c0296453a..f656d01af 100644 --- a/docker/Dockerfile.agent.alpine.multiarch +++ b/docker/Dockerfile.agent.alpine.multiarch @@ -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.18 +FROM docker.io/alpine:3.19 # renovate: datasource=repology depName=alpine_3_18/ca-certificates versioning=loose ENV CA_CERTIFICATES_VERSION="20230506-r0" RUN apk add -U --no-cache ca-certificates=${CA_CERTIFICATES_VERSION} diff --git a/docker/Dockerfile.cli.alpine.multiarch b/docker/Dockerfile.cli.alpine.multiarch index 4055474e5..59af4c88c 100644 --- a/docker/Dockerfile.cli.alpine.multiarch +++ b/docker/Dockerfile.cli.alpine.multiarch @@ -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.18 +FROM docker.io/alpine:3.19 # renovate: datasource=repology depName=alpine_3_18/ca-certificates versioning=loose ENV CA_CERTIFICATES_VERSION="20230506-r0" RUN apk add -U --no-cache ca-certificates=${CA_CERTIFICATES_VERSION} diff --git a/docker/Dockerfile.server.alpine.multiarch b/docker/Dockerfile.server.alpine.multiarch index b518ce68a..a608a7cfa 100644 --- a/docker/Dockerfile.server.alpine.multiarch +++ b/docker/Dockerfile.server.alpine.multiarch @@ -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 ENV CA_CERTIFICATES_VERSION="20230506-r0"