Skip to content

Commit

Permalink
Bump the docker group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the docker group with 2 updates: debian and ubuntu.


Updates `debian` from bookworm-20240130-slim to bookworm-20240423-slim

Updates `ubuntu` from noble-20240114 to noble-20240225

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
  dependency-group: docker
- dependency-name: ubuntu
  dependency-type: direct:production
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
1 parent 4f24aec commit 70cb55b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.debian-10
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/debian:buster-20240130-slim
FROM docker.io/debian:buster-20240423-slim

LABEL org.opencontainers.image.description="Container for Molecule"
LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian-11
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/debian:bullseye-20240130-slim
FROM docker.io/debian:bullseye-20240423-slim

LABEL org.opencontainers.image.description="Container for Molecule"
LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian-12
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/debian:bookworm-20240130-slim
FROM docker.io/debian:bookworm-20240423-slim

LABEL org.opencontainers.image.description="Container for Molecule"
LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu-20.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/ubuntu:focal-20240123
FROM docker.io/ubuntu:focal-20240410

LABEL org.opencontainers.image.description="Container for Molecule"
LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu-22.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/ubuntu:jammy-20240125
FROM docker.io/ubuntu:jammy-20240405

LABEL org.opencontainers.image.description="Container for Molecule"
LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu-24.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/ubuntu:noble-20240114
FROM docker.io/ubuntu:noble-20240225

LABEL org.opencontainers.image.description="Container for Molecule"
LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers
Expand Down

0 comments on commit 70cb55b

Please sign in to comment.