From e052dd392ee25074534e49ef1d0e9d086e66da81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 06:52:33 +0000 Subject: [PATCH] build(ci): Bump the ubuntu group across 2 directories with 3 updates Bumps the ubuntu group with 3 updates in the /CI/Dockerfiles directory: fedora, ubuntu and rockylinux. Bumps the ubuntu group with 1 update in the /cloud-tool directory: ubuntu. Updates `fedora` from `f84a7b7` to `ee88ab8` Updates `ubuntu` from `7229784` to `1e622c5` Updates `rockylinux` from 8 to 9 Updates `ubuntu` from `7229784` to `1e622c5` --- updated-dependencies: - dependency-name: fedora dependency-version: latest dependency-type: direct:production dependency-group: ubuntu - dependency-name: ubuntu dependency-version: latest dependency-type: direct:production dependency-group: ubuntu - dependency-name: rockylinux dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ubuntu - dependency-name: ubuntu dependency-version: latest dependency-type: direct:production dependency-group: ubuntu ... Signed-off-by: dependabot[bot] --- CI/Dockerfiles/Dockerfile.FedoraLatest | 2 +- CI/Dockerfiles/Dockerfile.OpenCL | 2 +- CI/Dockerfiles/Dockerfile.OpenCL-IntelCPU | 2 +- CI/Dockerfiles/Dockerfile.RHUbi8 | 2 +- CI/Dockerfiles/Dockerfile.UbuntuDevel | 2 +- CI/Dockerfiles/Dockerfile.UbuntuRolling | 2 +- CI/Dockerfiles/Dockerfile.flatpak.package | 2 +- cloud-tool/Dockerfile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CI/Dockerfiles/Dockerfile.FedoraLatest b/CI/Dockerfiles/Dockerfile.FedoraLatest index debf3db5..367584a4 100644 --- a/CI/Dockerfiles/Dockerfile.FedoraLatest +++ b/CI/Dockerfiles/Dockerfile.FedoraLatest @@ -20,7 +20,7 @@ # Dockerfile for Continuous Integration # More info at https://github.com/openwall/john-packages -FROM fedora:latest@sha256:f84a7b765ce09163d11de44452a4b56c1b2f5571b6f640b3b973c6afc4e63212 +FROM fedora:latest@sha256:ee88ab8a5c8bf78687ddcecadf824767e845adc19d8cdedb56f48521eb162b43 LABEL org.opencontainers.image.authors="Claudio André " LABEL description="Docker images for John the Ripper CI (1.0.Fedora Latest)" LABEL org.opencontainers.image.source="https://github.com/openwall/john-packages" diff --git a/CI/Dockerfiles/Dockerfile.OpenCL b/CI/Dockerfiles/Dockerfile.OpenCL index ec25e43b..e939b015 100644 --- a/CI/Dockerfiles/Dockerfile.OpenCL +++ b/CI/Dockerfiles/Dockerfile.OpenCL @@ -20,7 +20,7 @@ # Dockerfile for Continuous Integration # More info at https://github.com/openwall/john-packages -FROM ubuntu:latest@sha256:72297848456d5d37d1262630108ab308d3e9ec7ed1c3286a32fe09856619a782 +FROM ubuntu:latest@sha256:1e622c5f073b4f6bfad6632f2616c7f59ef256e96fe78bf6a595d1dc4376ac02 LABEL org.opencontainers.image.authors="Claudio André " LABEL description="Docker images for John the Ripper CI (1.0.Ubuntu 24 OpenCL)" LABEL org.opencontainers.image.source="https://github.com/openwall/john-packages" diff --git a/CI/Dockerfiles/Dockerfile.OpenCL-IntelCPU b/CI/Dockerfiles/Dockerfile.OpenCL-IntelCPU index a738cde5..7da3017e 100644 --- a/CI/Dockerfiles/Dockerfile.OpenCL-IntelCPU +++ b/CI/Dockerfiles/Dockerfile.OpenCL-IntelCPU @@ -20,7 +20,7 @@ # Dockerfile for Continuous Integration # More info at https://github.com/openwall/john-packages -FROM ubuntu:latest@sha256:72297848456d5d37d1262630108ab308d3e9ec7ed1c3286a32fe09856619a782 +FROM ubuntu:latest@sha256:1e622c5f073b4f6bfad6632f2616c7f59ef256e96fe78bf6a595d1dc4376ac02 LABEL org.opencontainers.image.authors="Claudio André " LABEL description="Docker images for John the Ripper CI (1.0.Ubuntu 22 Intel OpenCL)" LABEL org.opencontainers.image.source="https://github.com/openwall/john-packages" diff --git a/CI/Dockerfiles/Dockerfile.RHUbi8 b/CI/Dockerfiles/Dockerfile.RHUbi8 index 6ecb4bf5..7c9c83cf 100644 --- a/CI/Dockerfiles/Dockerfile.RHUbi8 +++ b/CI/Dockerfiles/Dockerfile.RHUbi8 @@ -20,7 +20,7 @@ # Dockerfile for Continuous Integration # More info at https://github.com/openwall/john-packages -FROM rockylinux:8@sha256:9794037624aaa6212aeada1d28861ef5e0a935adaf93e4ef79837119f2a2d04c +FROM rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 LABEL org.opencontainers.image.authors="Claudio André " LABEL description="Docker images for John the Ripper CI (2.0.Enterprise Linux)" LABEL org.opencontainers.image.source="https://github.com/openwall/john-packages" diff --git a/CI/Dockerfiles/Dockerfile.UbuntuDevel b/CI/Dockerfiles/Dockerfile.UbuntuDevel index 86beec6f..61053096 100644 --- a/CI/Dockerfiles/Dockerfile.UbuntuDevel +++ b/CI/Dockerfiles/Dockerfile.UbuntuDevel @@ -20,7 +20,7 @@ # Dockerfile for Continuous Integration # More info at https://github.com/openwall/john-packages -FROM ubuntu:devel@sha256:008b026f11c0b5653d564d0c9877a116770f06dfbdb36ca75c46fd593d863cbc +FROM ubuntu:devel@sha256:3fa335765c57a9ef67f62ef33b4411266c576f4dbdd9d5255f5da2ac306e021f LABEL org.opencontainers.image.authors="Claudio André " LABEL description="Docker images for John the Ripper CI (1.0.Ubuntu Devel)" LABEL org.opencontainers.image.source="https://github.com/openwall/john-packages" diff --git a/CI/Dockerfiles/Dockerfile.UbuntuRolling b/CI/Dockerfiles/Dockerfile.UbuntuRolling index b4711130..7a7b7596 100644 --- a/CI/Dockerfiles/Dockerfile.UbuntuRolling +++ b/CI/Dockerfiles/Dockerfile.UbuntuRolling @@ -20,7 +20,7 @@ # Dockerfile for Continuous Integration # More info at https://github.com/openwall/john-packages -FROM ubuntu:rolling@sha256:102bc1874fdb136fc2d218473f03cf84135cb7496fefdb9c026c0f553cfe1b6d +FROM ubuntu:rolling@sha256:79efa276fdefa2ee3911db29b0608f8c0561c347ec3f4d4139980d43b168d991 LABEL org.opencontainers.image.authors="Claudio André " LABEL description="Docker images for John the Ripper CI (1.0.Ubuntu Rolling)" LABEL org.opencontainers.image.source="https://github.com/openwall/john-packages" diff --git a/CI/Dockerfiles/Dockerfile.flatpak.package b/CI/Dockerfiles/Dockerfile.flatpak.package index 929b268f..ac5d3700 100644 --- a/CI/Dockerfiles/Dockerfile.flatpak.package +++ b/CI/Dockerfiles/Dockerfile.flatpak.package @@ -20,7 +20,7 @@ # Dockerfile for Continuous Integration # More info at https://github.com/openwall/john-packages -FROM fedora:latest@sha256:f84a7b765ce09163d11de44452a4b56c1b2f5571b6f640b3b973c6afc4e63212 +FROM fedora:latest@sha256:ee88ab8a5c8bf78687ddcecadf824767e845adc19d8cdedb56f48521eb162b43 LABEL org.opencontainers.image.authors="Claudio André " LABEL description="Docker images for John the Ripper CI (1.0.Fedora Latest Flatpak)" LABEL org.opencontainers.image.source="https://github.com/openwall/john-packages" diff --git a/cloud-tool/Dockerfile b/cloud-tool/Dockerfile index e0261f8f..ac5961f6 100644 --- a/cloud-tool/Dockerfile +++ b/cloud-tool/Dockerfile @@ -20,7 +20,7 @@ # Dockerfile for a cloud helper tool # More info at https://github.com/openwall/john-packages -FROM ubuntu:latest@sha256:72297848456d5d37d1262630108ab308d3e9ec7ed1c3286a32fe09856619a782 +FROM ubuntu:latest@sha256:1e622c5f073b4f6bfad6632f2616c7f59ef256e96fe78bf6a595d1dc4376ac02 LABEL org.opencontainers.image.authors="Claudio André " LABEL description="Automation for John the Ripper (1.0.Cloud Tools)"