From ba808f33a73055cf4dccf3e93342bcb29e650c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 06:28:44 +0000 Subject: [PATCH] build(deps): Bump the ubuntu group across 2 directories with 1 update Bumps the ubuntu group with 1 update in the /CI/Dockerfiles directory: ubuntu. Bumps the ubuntu group with 1 update in the /cloud-tool directory: ubuntu. Updates `ubuntu` from `99c3519` to `278628f` Updates `ubuntu` from `99c3519` to `278628f` --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production dependency-group: ubuntu - dependency-name: ubuntu dependency-type: direct:production dependency-group: ubuntu ... Signed-off-by: dependabot[bot] --- CI/Dockerfiles/Dockerfile.OpenCL | 2 +- CI/Dockerfiles/Dockerfile.OpenCL-IntelCPU | 2 +- CI/Dockerfiles/Dockerfile.UbuntuDevel | 2 +- cloud-tool/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CI/Dockerfiles/Dockerfile.OpenCL b/CI/Dockerfiles/Dockerfile.OpenCL index ce445457..2e51ae82 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:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5 +FROM ubuntu:latest@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295 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 e2c3bccf..f2756265 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:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5 +FROM ubuntu:latest@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295 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.UbuntuDevel b/CI/Dockerfiles/Dockerfile.UbuntuDevel index 339824b1..62b3ec16 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:c62f1babc85f8756f395e6aabda682acd7c58a1b0c3bea250713cd0184a93efa +FROM ubuntu:devel@sha256:76d816faff9ffc55af334ac9a26808b021607fffc1a7c4e6fcb3d488d410fdb6 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/cloud-tool/Dockerfile b/cloud-tool/Dockerfile index c792017d..332d54f5 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:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5 +FROM ubuntu:latest@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295 LABEL org.opencontainers.image.authors="Claudio André " LABEL description="Automation for John the Ripper (1.0.Cloud Tools)"