Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump ubuntu from dfc1087 to b359f10 in /CI/Dockerfiles #535

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CI/Dockerfiles/Dockerfile.OpenCL
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Dockerfile for Continuous Integration
# More info at https://github.com/openwall/john-packages

FROM ubuntu:24.04@sha256:dfc10878be8d8fc9c61cbff33166cb1d1fe44391539243703c72766894fa834a
FROM ubuntu:24.04@sha256:ab64a8382e935382638764d8719362bb50ee418d944c1f3d26e0c99fae49a345
LABEL org.opencontainers.image.authors="Claudio André <[email protected]>"
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"
Expand Down
2 changes: 1 addition & 1 deletion CI/Dockerfiles/Dockerfile.OpenCL-IntelCPU
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Dockerfile for Continuous Integration
# More info at https://github.com/openwall/john-packages

FROM ubuntu:24.04@sha256:dfc10878be8d8fc9c61cbff33166cb1d1fe44391539243703c72766894fa834a
FROM ubuntu:24.04@sha256:ab64a8382e935382638764d8719362bb50ee418d944c1f3d26e0c99fae49a345
LABEL org.opencontainers.image.authors="Claudio André <[email protected]>"
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"
Expand Down
2 changes: 1 addition & 1 deletion CI/Dockerfiles/Dockerfile.UbuntuDevel
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Dockerfile for Continuous Integration
# More info at https://github.com/openwall/john-packages

FROM ubuntu:devel@sha256:67541378af7d535606e684a8234d56ca0725b6a4d8b0bbf19cebefed98e06f42
FROM ubuntu:devel@sha256:c62f1babc85f8756f395e6aabda682acd7c58a1b0c3bea250713cd0184a93efa
LABEL org.opencontainers.image.authors="Claudio André <[email protected]>"
LABEL description="Docker images for John the Ripper CI (1.0.Ubuntu Devel)"
LABEL org.opencontainers.image.source="https://github.com/openwall/john-packages"
Expand Down
2 changes: 1 addition & 1 deletion CI/Dockerfiles/Dockerfile.UbuntuRolling
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Dockerfile for Continuous Integration
# More info at https://github.com/openwall/john-packages

FROM ubuntu:rolling@sha256:dfc10878be8d8fc9c61cbff33166cb1d1fe44391539243703c72766894fa834a
FROM ubuntu:rolling@sha256:3f49af910ce126ee3d7d1982fe57e34cc90265cb9ac2db3f9e7166e2c21fdb44
LABEL org.opencontainers.image.authors="Claudio André <[email protected]>"
LABEL description="Docker images for John the Ripper CI (1.0.Ubuntu Rolling)"
LABEL org.opencontainers.image.source="https://github.com/openwall/john-packages"
Expand Down
Loading