chore(deps): update docker images #1

Open
renovate-bot wants to merge 1 commit from renovate/docker-images into main
Member

This PR contains the following updates:

Package Update Change
hadolint/hadolint minor v2.12.1-beta-alpinev2.14.0
ruby patch 4.04.0.6

Release Notes

hadolint/hadolint (hadolint/hadolint)

v2.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/hadolint/hadolint/compare/v2.13.1...v2.14.0

v2.13.1

What's Changed

New Contributors

Full Changelog: https://github.com/hadolint/hadolint/compare/v2.12.0...v2.13.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 9am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [hadolint/hadolint](https://github.com/hadolint/hadolint) | minor | `v2.12.1-beta-alpine` → `v2.14.0` | | ruby | patch | `4.0` → `4.0.6` | --- ### Release Notes <details> <summary>hadolint/hadolint (hadolint/hadolint)</summary> ### [`v2.14.0`](https://github.com/hadolint/hadolint/releases/tag/v2.14.0) [Compare Source](https://github.com/hadolint/hadolint/compare/v2.13.1...v2.14.0) #### What's Changed - Enhance INTEGRATION.md with a toc and ordering by [@&#8203;jammsen](https://github.com/jammsen) in [#&#8203;1118](https://github.com/hadolint/hadolint/pull/1118) - DL3041, DL3033: Handle RPM package epoch by [@&#8203;m-ildefons](https://github.com/m-ildefons) in [#&#8203;1121](https://github.com/hadolint/hadolint/pull/1121) - DL3009: Allow either cache or tmpfs mounts by [@&#8203;m-ildefons](https://github.com/m-ildefons) in [#&#8203;1123](https://github.com/hadolint/hadolint/pull/1123) - added new rule `DL3062` to check `go install` by [@&#8203;Danil42Russia](https://github.com/Danil42Russia) in [#&#8203;1111](https://github.com/hadolint/hadolint/pull/1111) - DL3041, DL3033: Handle RPM package with plus sign by [@&#8203;samcranford](https://github.com/samcranford) in [#&#8203;1125](https://github.com/hadolint/hadolint/pull/1125) - relax dependencies by [@&#8203;m-ildefons](https://github.com/m-ildefons) in [#&#8203;1128](https://github.com/hadolint/hadolint/pull/1128) - fixup release workflow by [@&#8203;m-ildefons](https://github.com/m-ildefons) in [#&#8203;1129](https://github.com/hadolint/hadolint/pull/1129) #### New Contributors - [@&#8203;jammsen](https://github.com/jammsen) made their first contribution in [#&#8203;1118](https://github.com/hadolint/hadolint/pull/1118) - [@&#8203;Danil42Russia](https://github.com/Danil42Russia) made their first contribution in [#&#8203;1111](https://github.com/hadolint/hadolint/pull/1111) - [@&#8203;samcranford](https://github.com/samcranford) made their first contribution in [#&#8203;1125](https://github.com/hadolint/hadolint/pull/1125) **Full Changelog**: <https://github.com/hadolint/hadolint/compare/v2.13.1...v2.14.0> ### [`v2.13.1`](https://github.com/hadolint/hadolint/releases/tag/v2.13.1) #### What's Changed - build(deps): bump actions/cache from 3.0.4 to 3.0.11 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;888](https://github.com/hadolint/hadolint/pull/888) - build(deps): bump cachix/install-nix-action from 17 to 18 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;890](https://github.com/hadolint/hadolint/pull/890) - build(deps): bump cachix/cachix-action from 10 to 12 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;894](https://github.com/hadolint/hadolint/pull/894) - docs: use cabal instead of stack in readme by [@&#8203;m-ildefons](https://github.com/m-ildefons) in [#&#8203;903](https://github.com/hadolint/hadolint/pull/903) - DL3011: fixup changes in AST by [@&#8203;m-ildefons](https://github.com/m-ildefons) in [#&#8203;902](https://github.com/hadolint/hadolint/pull/902) - fix: false positive in `DL3022` by [@&#8203;swarnimarun](https://github.com/swarnimarun) in [#&#8203;900](https://github.com/hadolint/hadolint/pull/900) - Correct documentation example for `failure-threshold` by [@&#8203;ericcornelissen](https://github.com/ericcornelissen) in [#&#8203;901](https://github.com/hadolint/hadolint/pull/901) - update hadolint's config json schema to support latest properties by [@&#8203;omissis](https://github.com/omissis) in [#&#8203;910](https://github.com/hadolint/hadolint/pull/910) - Update INTEGRATION.md steps for pre-commit by [@&#8203;tangyfruits](https://github.com/tangyfruits) in [#&#8203;908](https://github.com/hadolint/hadolint/pull/908) - chore: fix typos in rule descriptions by [@&#8203;AndreyBozhko](https://github.com/AndreyBozhko) in [#&#8203;912](https://github.com/hadolint/hadolint/pull/912) - Add LABEL org.opencontainers.image.source="<https://github.com/hadolin…> by [@&#8203;marwin1991](https://github.com/marwin1991) in [#&#8203;927](https://github.com/hadolint/hadolint/pull/927) - DL3014: Fix false positive on double quiet by [@&#8203;m-ildefons](https://github.com/m-ildefons) in [#&#8203;913](https://github.com/hadolint/hadolint/pull/913) - Update README.md by [@&#8203;ding-ma](https://github.com/ding-ma) in [#&#8203;918](https://github.com/hadolint/hadolint/pull/918) - Spelling by [@&#8203;jsoref](https://github.com/jsoref) in [#&#8203;936](https://github.com/hadolint/hadolint/pull/936) - fix: misidentification of pipenv ([#&#8203;366](https://github.com/hadolint/hadolint/issues/366)) by [@&#8203;kthy](https://github.com/kthy) in [#&#8203;940](https://github.com/hadolint/hadolint/pull/940) - build(deps): bump cachix/install-nix-action from 18 to 20 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;944](https://github.com/hadolint/hadolint/pull/944) - build(deps): bump actions/cache from 3.0.11 to 3.3.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;946](https://github.com/hadolint/hadolint/pull/946) - build(deps): bump docker/build-push-action from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;931](https://github.com/hadolint/hadolint/pull/931) - build(deps): bump svenstaro/upx-action from 2.0.1 to 2.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;922](https://github.com/hadolint/hadolint/pull/922) - delete rule DL3005 by [@&#8203;deronnax](https://github.com/deronnax) in [#&#8203;964](https://github.com/hadolint/hadolint/pull/964) - docs: Add new section for Ignoring Rules in README by [@&#8203;tanmay-pnaik](https://github.com/tanmay-pnaik) in [#&#8203;1008](https://github.com/hadolint/hadolint/pull/1008) - docs: Add Table of Contents for README by [@&#8203;tanmay-pnaik](https://github.com/tanmay-pnaik) in [#&#8203;1007](https://github.com/hadolint/hadolint/pull/1007) - DL3060 should be suppressed if cache mounts are used by [@&#8203;slimslenderslacks](https://github.com/slimslenderslacks) in [#&#8203;1003](https://github.com/hadolint/hadolint/pull/1003) - Improve parsing of gem install flag patterns to reduce false positives by [@&#8203;mkusaka](https://github.com/mkusaka) in [#&#8203;954](https://github.com/hadolint/hadolint/pull/954) - fix: fp in `DL3006` by [@&#8203;swarnimarun](https://github.com/swarnimarun) in [#&#8203;942](https://github.com/hadolint/hadolint/pull/942) - docs: Update TOC with Ignoring Rules section by [@&#8203;tanmay-pnaik](https://github.com/tanmay-pnaik) in [#&#8203;1013](https://github.com/hadolint/hadolint/pull/1013) - build(deps): bump svenstaro/upx-action from 2.2.0 to 2.3.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;959](https://github.com/hadolint/hadolint/pull/959) - Pragma: Allow comments following inline by [@&#8203;m-ildefons](https://github.com/m-ildefons) in [#&#8203;1059](https://github.com/hadolint/hadolint/pull/1059) - build(deps): bump actions/cache from 3.3.1 to 4.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1063](https://github.com/hadolint/hadolint/pull/1063) - Ignore unsatisfiable shellcheck error 1091 by [@&#8203;ghoneycutt](https://github.com/ghoneycutt) in [#&#8203;1020](https://github.com/hadolint/hadolint/pull/1020) - build(deps): bump cachix/install-nix-action from 26 to 30 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1045](https://github.com/hadolint/hadolint/pull/1045) - build(deps): bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1046](https://github.com/hadolint/hadolint/pull/1046) - build(deps): bump cachix/cachix-action from 14 to 15 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1047](https://github.com/hadolint/hadolint/pull/1047) - build(deps): bump docker/setup-buildx-action from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1048](https://github.com/hadolint/hadolint/pull/1048) - Fix casing in Dockerfile by [@&#8203;JEnglandOhalo](https://github.com/JEnglandOhalo) in [#&#8203;1093](https://github.com/hadolint/hadolint/pull/1093) - fix: replace actor with repository\_owner in ghcr login by [@&#8203;aweiher](https://github.com/aweiher) in [#&#8203;1086](https://github.com/hadolint/hadolint/pull/1086) - Fix GitHub Actions badge in README.md by [@&#8203;PeterDaveHello](https://github.com/PeterDaveHello) in [#&#8203;1072](https://github.com/hadolint/hadolint/pull/1072) - Add SC1091 to yaml Schema by [@&#8203;psmey](https://github.com/psmey) in [#&#8203;1088](https://github.com/hadolint/hadolint/pull/1088) - DL3048 accepting LABEL keys that contain underscore(s) or slash(es) by [@&#8203;mschmeitz](https://github.com/mschmeitz) in [#&#8203;1034](https://github.com/hadolint/hadolint/pull/1034) - Improve DL3009 rule to properly handle all apt-based package managers by [@&#8203;PeterDaveHello](https://github.com/PeterDaveHello) in [#&#8203;1074](https://github.com/hadolint/hadolint/pull/1074) - Replace cryptonite with cryptohash-sha1 by [@&#8203;anuraaga](https://github.com/anuraaga) in [#&#8203;1090](https://github.com/hadolint/hadolint/pull/1090) - build(deps): bump actions/cache from 4.2.0 to 4.2.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1082](https://github.com/hadolint/hadolint/pull/1082) - fix(DL3041): Prevent false negatives for packages which include a dash in their package name by [@&#8203;egfx-notifications](https://github.com/egfx-notifications) in [#&#8203;1098](https://github.com/hadolint/hadolint/pull/1098) - fix character escaping in checkstyle formatter by [@&#8203;m-ildefons](https://github.com/m-ildefons) in [#&#8203;1104](https://github.com/hadolint/hadolint/pull/1104) - build(deps): bump actions/cache from 4.2.3 to 4.2.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1115](https://github.com/hadolint/hadolint/pull/1115) - build(deps): bump actions/checkout from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1113](https://github.com/hadolint/hadolint/pull/1113) - build(deps): bump actions/download-artifact from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1114](https://github.com/hadolint/hadolint/pull/1114) - Added CI integration instructions for Azure Devops by [@&#8203;joelbourbon](https://github.com/joelbourbon) in [#&#8203;1112](https://github.com/hadolint/hadolint/pull/1112) - Release v2.13.1 by [@&#8203;m-ildefons](https://github.com/m-ildefons) in [#&#8203;1116](https://github.com/hadolint/hadolint/pull/1116) #### New Contributors - [@&#8203;swarnimarun](https://github.com/swarnimarun) made their first contribution in [#&#8203;900](https://github.com/hadolint/hadolint/pull/900) - [@&#8203;ericcornelissen](https://github.com/ericcornelissen) made their first contribution in [#&#8203;901](https://github.com/hadolint/hadolint/pull/901) - [@&#8203;omissis](https://github.com/omissis) made their first contribution in [#&#8203;910](https://github.com/hadolint/hadolint/pull/910) - [@&#8203;tangyfruits](https://github.com/tangyfruits) made their first contribution in [#&#8203;908](https://github.com/hadolint/hadolint/pull/908) - [@&#8203;AndreyBozhko](https://github.com/AndreyBozhko) made their first contribution in [#&#8203;912](https://github.com/hadolint/hadolint/pull/912) - [@&#8203;marwin1991](https://github.com/marwin1991) made their first contribution in [#&#8203;927](https://github.com/hadolint/hadolint/pull/927) - [@&#8203;ding-ma](https://github.com/ding-ma) made their first contribution in [#&#8203;918](https://github.com/hadolint/hadolint/pull/918) - [@&#8203;jsoref](https://github.com/jsoref) made their first contribution in [#&#8203;936](https://github.com/hadolint/hadolint/pull/936) - [@&#8203;kthy](https://github.com/kthy) made their first contribution in [#&#8203;940](https://github.com/hadolint/hadolint/pull/940) - [@&#8203;deronnax](https://github.com/deronnax) made their first contribution in [#&#8203;964](https://github.com/hadolint/hadolint/pull/964) - [@&#8203;tanmay-pnaik](https://github.com/tanmay-pnaik) made their first contribution in [#&#8203;1008](https://github.com/hadolint/hadolint/pull/1008) - [@&#8203;slimslenderslacks](https://github.com/slimslenderslacks) made their first contribution in [#&#8203;1003](https://github.com/hadolint/hadolint/pull/1003) - [@&#8203;mkusaka](https://github.com/mkusaka) made their first contribution in [#&#8203;954](https://github.com/hadolint/hadolint/pull/954) - [@&#8203;ghoneycutt](https://github.com/ghoneycutt) made their first contribution in [#&#8203;1020](https://github.com/hadolint/hadolint/pull/1020) - [@&#8203;JEnglandOhalo](https://github.com/JEnglandOhalo) made their first contribution in [#&#8203;1093](https://github.com/hadolint/hadolint/pull/1093) - [@&#8203;aweiher](https://github.com/aweiher) made their first contribution in [#&#8203;1086](https://github.com/hadolint/hadolint/pull/1086) - [@&#8203;psmey](https://github.com/psmey) made their first contribution in [#&#8203;1088](https://github.com/hadolint/hadolint/pull/1088) - [@&#8203;mschmeitz](https://github.com/mschmeitz) made their first contribution in [#&#8203;1034](https://github.com/hadolint/hadolint/pull/1034) - [@&#8203;anuraaga](https://github.com/anuraaga) made their first contribution in [#&#8203;1090](https://github.com/hadolint/hadolint/pull/1090) - [@&#8203;egfx-notifications](https://github.com/egfx-notifications) made their first contribution in [#&#8203;1098](https://github.com/hadolint/hadolint/pull/1098) - [@&#8203;joelbourbon](https://github.com/joelbourbon) made their first contribution in [#&#8203;1112](https://github.com/hadolint/hadolint/pull/1112) **Full Changelog**: <https://github.com/hadolint/hadolint/compare/v2.12.0...v2.13.1> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 9am on Monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTMuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update docker images
Some checks failed
ci/crow/push/lint Pipeline failed
2360222fd4
renovate-bot force-pushed renovate/docker-images from 2360222fd4
Some checks failed
ci/crow/push/lint Pipeline failed
to 77ec27b337
Some checks failed
ci/crow/pr/container Pipeline is pending
ci/crow/push/lint Pipeline failed
ci/crow/pr/lint Pipeline failed
2026-07-21 02:02:37 +00:00
Compare
Some checks failed
ci/crow/pr/container Pipeline is pending
ci/crow/push/lint Pipeline failed
ci/crow/pr/lint Pipeline failed
This pull request is broken due to missing fork information.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/docker-images:renovate/docker-images
git switch renovate/docker-images

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/docker-images
git switch renovate/docker-images
git rebase main
git switch main
git merge --ff-only renovate/docker-images
git switch renovate/docker-images
git rebase main
git switch main
git merge --no-ff renovate/docker-images
git switch main
git merge --squash renovate/docker-images
git switch main
git merge --ff-only renovate/docker-images
git switch main
git merge renovate/docker-images
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aethernet/crow-ci-login!1
No description provided.