From f5b05197e6cd8064e7c662574ae583ecf5c7ee09 Mon Sep 17 00:00:00 2001 From: platform-engineering-bot <137812415+platform-engineering-bot@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:01:57 +0200 Subject: [PATCH] chore(deps): update all dependencies Signed-off-by: Platform Engineering Bot --- .pre-commit-config.yaml | 2 +- eln-dev/Containerfile | 2 +- stream9-dev/Containerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd1d32a..417dbc7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,6 +26,6 @@ repos: hooks: - id: markdownlint - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.61.4 + rev: 37.74.2 hooks: - id: renovate-config-validator diff --git a/eln-dev/Containerfile b/eln-dev/Containerfile index 8582b39..813540c 100644 --- a/eln-dev/Containerfile +++ b/eln-dev/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/centos-bootc/fedora-bootc:eln +FROM quay.io/centos-bootc/fedora-bootc:eln@sha256:ccb2f74f72eca2cb57c375f3928269319b2c55a4585cc9ba3521671801509a24 COPY *.repo /etc/yum.repos.d/ RUN dnf --disablerepo='*' --enablerepo=copr-coreos-continuous --enablerepo=copr-rhcontainerbot-bootc -y distro-sync && \ dnf clean all && rm -rf /var/* && \ diff --git a/stream9-dev/Containerfile b/stream9-dev/Containerfile index 60e7f57..31a3c5a 100644 --- a/stream9-dev/Containerfile +++ b/stream9-dev/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/centos-boot/centos-tier-1:stream9 +FROM quay.io/centos-boot/centos-tier-1:stream9@sha256:4ce91df1770222836f6b8e3d2d73315a22e2c712103ee9cabe4b13ce9c4a1d08 COPY *.repo /etc/yum.repos.d/ RUN dnf --disablerepo='*' --enablerepo=copr-coreos-continuous --enablerepo=copr-rhcontainerbot-bootc -y distro-sync && \ rpm -q bootc || dnf -y install bootc && \