Skip to content

Commit

Permalink
Bump the docker group with 1 update (#387)
Browse files Browse the repository at this point in the history
* Bump the docker group with 1 update

Bumps the docker group with 1 update: debian.


Updates `debian` from bookworm-20231218-slim to bookworm-20240110-slim

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update Dockerfile.debian-11

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hans Spaans <[email protected]>
  • Loading branch information
dependabot[bot] and hspaans authored Jan 13, 2024
1 parent 399eee6 commit ff154fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-20231218-slim
FROM docker.io/debian:buster-20240110-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:bookworm-20231218-slim
FROM docker.io/debian:bullseye-20240110-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-20231218-slim
FROM docker.io/debian:bookworm-20240110-slim

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 ff154fb

Please sign in to comment.