From 05fc9e6595f7ca8488fa0b105166348a9330e30e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 23:50:51 +0100 Subject: [PATCH] Bump the docker group with 3 updates (#397) * Bump the docker group with 3 updates Bumps the docker group with 3 updates: amazonlinux, debian and ubuntu. Updates `amazonlinux` from 2023.3.20240117.0 to 2023.3.20240131.0 Updates `debian` from bookworm-20240110-slim to bookworm-20240130-slim Updates `ubuntu` from focal-20231211 to focal-20240123 --- updated-dependencies: - dependency-name: amazonlinux dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - 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] * Update dependabot.yml (#398) --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hans Spaans --- .github/dependabot.yml | 23 +++++++++++++++-------- Dockerfile.amazonlinux-2023 | 2 +- Dockerfile.debian-10 | 2 +- Dockerfile.debian-11 | 2 +- Dockerfile.debian-12 | 2 +- Dockerfile.ubuntu-20.04 | 2 +- Dockerfile.ubuntu-22.04 | 2 +- 7 files changed, 21 insertions(+), 14 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 35fb377..6088f22 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,24 +5,31 @@ updates: target-branch: master directory: / schedule: - interval: weekly - day: saturday + interval: daily groups: Docker: patterns: - "*" - assignees: - - "hspaans" + ignore: + - dependency-name: "amazonlinux" + update-types: ["version-update:semver-major"] + - dependency-name: "debian" + update-types: ["version-update:semver-major"] + - dependency-name: "ubuntu" + update-types: ["version-update:semver-major"] + - dependency-name: "fedora" + update-types: ["version-update:semver-major"] + - dependency-name: "oraclelinux" + update-types: ["version-update:semver-major"] + - dependency-name: "rockylinux" + update-types: ["version-update:semver-major"] - package-ecosystem: github-actions target-branch: master directory: / schedule: - interval: weekly - day: saturday + interval: monthly groups: GitHub-Actions: patterns: - "*" - assignees: - - "hspaans" diff --git a/Dockerfile.amazonlinux-2023 b/Dockerfile.amazonlinux-2023 index ac99bad..676be36 100644 --- a/Dockerfile.amazonlinux-2023 +++ b/Dockerfile.amazonlinux-2023 @@ -1,4 +1,4 @@ -FROM docker.io/amazonlinux:2023.3.20240117.0 +FROM docker.io/amazonlinux:2023.3.20240131.0 LABEL org.opencontainers.image.description="Amazon Linux 2023 container for Molecule" LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers diff --git a/Dockerfile.debian-10 b/Dockerfile.debian-10 index bf15676..d64e4f7 100644 --- a/Dockerfile.debian-10 +++ b/Dockerfile.debian-10 @@ -1,4 +1,4 @@ -FROM docker.io/debian:buster-20240110-slim +FROM docker.io/debian:buster-20240130-slim LABEL org.opencontainers.image.description="Container for Molecule" LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers diff --git a/Dockerfile.debian-11 b/Dockerfile.debian-11 index 2392b83..b3ab727 100644 --- a/Dockerfile.debian-11 +++ b/Dockerfile.debian-11 @@ -1,4 +1,4 @@ -FROM docker.io/debian:bullseye-20240110-slim +FROM docker.io/debian:bullseye-20240130-slim LABEL org.opencontainers.image.description="Container for Molecule" LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers diff --git a/Dockerfile.debian-12 b/Dockerfile.debian-12 index 1aac23a..db9388b 100644 --- a/Dockerfile.debian-12 +++ b/Dockerfile.debian-12 @@ -1,4 +1,4 @@ -FROM docker.io/debian:bookworm-20240110-slim +FROM docker.io/debian:bookworm-20240130-slim LABEL org.opencontainers.image.description="Container for Molecule" LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers diff --git a/Dockerfile.ubuntu-20.04 b/Dockerfile.ubuntu-20.04 index a18a438..55028b4 100644 --- a/Dockerfile.ubuntu-20.04 +++ b/Dockerfile.ubuntu-20.04 @@ -1,4 +1,4 @@ -FROM docker.io/ubuntu:focal-20231211 +FROM docker.io/ubuntu:focal-20240123 LABEL org.opencontainers.image.description="Container for Molecule" LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers diff --git a/Dockerfile.ubuntu-22.04 b/Dockerfile.ubuntu-22.04 index f7e8676..d3e2caa 100644 --- a/Dockerfile.ubuntu-22.04 +++ b/Dockerfile.ubuntu-22.04 @@ -1,4 +1,4 @@ -FROM docker.io/ubuntu:jammy-20240111 +FROM docker.io/ubuntu:jammy-20240125 LABEL org.opencontainers.image.description="Container for Molecule" LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers