mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-23 17:53:23 +02:00
chore(deps): update dependency alpine_3_18/ca-certificates to v20240226 (#3501)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | alpine_3_18/ca-certificates | major | `20230506-r0` -> `20240226-r0` | --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - "before 4am" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ad7509e07c
commit
7544abde62
@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
|
||||
|
||||
FROM docker.io/alpine:3.19
|
||||
# renovate: datasource=repology depName=alpine_3_18/ca-certificates versioning=loose
|
||||
ENV CA_CERTIFICATES_VERSION="20230506-r0"
|
||||
ENV CA_CERTIFICATES_VERSION="20240226-r0"
|
||||
RUN apk add -U --no-cache ca-certificates=${CA_CERTIFICATES_VERSION}
|
||||
ENV GODEBUG=netdns=go
|
||||
EXPOSE 3000
|
||||
|
@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
|
||||
|
||||
FROM docker.io/alpine:3.19
|
||||
# renovate: datasource=repology depName=alpine_3_18/ca-certificates versioning=loose
|
||||
ENV CA_CERTIFICATES_VERSION="20230506-r0"
|
||||
ENV CA_CERTIFICATES_VERSION="20240226-r0"
|
||||
RUN apk add -U --no-cache ca-certificates=${CA_CERTIFICATES_VERSION}
|
||||
ENV GODEBUG=netdns=go
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM docker.io/alpine:3.19
|
||||
|
||||
# renovate: datasource=repology depName=alpine_3_18/ca-certificates versioning=loose
|
||||
ENV CA_CERTIFICATES_VERSION="20230506-r0"
|
||||
ENV CA_CERTIFICATES_VERSION="20240226-r0"
|
||||
|
||||
ARG TARGETOS TARGETARCH
|
||||
RUN apk add -U --no-cache ca-certificates=${CA_CERTIFICATES_VERSION}
|
||||
|
Loading…
x
Reference in New Issue
Block a user