From da1907ea90ba046859fff77bd0474816f2499e77 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Feb 2024 22:54:46 +0100 Subject: [PATCH] chore(deps): pin dependencies (#10) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | httpd | final | pinDigest | -> `5f3c879` | | koalaman/shellcheck-alpine | | pinDigest | -> `bdcdfa7` | | [woodpeckerci/plugin-docker-buildx](https://codeberg.org/woodpecker-plugins/docker-buildx) ([source](https://codeberg.org/woodpecker-plugins/docker-buildx.git)) | | pinDigest | -> `c7ac0b0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.mgrote.net/container-images/httpd/pulls/10 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .woodpecker/build.yml | 2 +- .woodpecker/lint.yml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index d347e5e..adb9d04 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -7,7 +7,7 @@ variables: # https://woodpecker-ci.org/docs/usage/advanced-usage steps: selfhosted_push: - image: "woodpeckerci/plugin-docker-buildx:3.0.1" + image: "woodpeckerci/plugin-docker-buildx:3.0.1@sha256:c7ac0b01243466bef93863591940ce5eacf59759e9045433a6fc28d20c696d01" settings: dockerfile: Dockerfile repo: registry.mgrote.net/httpd diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index d9a39e4..001d5c0 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -19,7 +19,7 @@ steps: - tag shellcheck: - image: "koalaman/shellcheck-alpine:latest" + image: "koalaman/shellcheck-alpine:latest@sha256:bdcdfa772d6f8c1e9582a1e5c1c0ea1e4de8acdfb79aae2b646367e66410ccca" commands: - | find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do diff --git a/Dockerfile b/Dockerfile index 4144570..9e215ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM httpd:2.4.58-alpine +FROM httpd:2.4.58-alpine@sha256:5f3c87973b3e76601b2f4d8832d6075e272868815e4966d2e57823591f8da29f # renovate: datasource=repology depName=alpine_3_19/curl versioning=loose ENV CURL_VERSION="8.5.0-r0"