From 19279f9ce3612a244317b77a5096f4bc07180810 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 20 Nov 2023 05:17:33 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .pre-commit-config.yaml | 2 +- fedora-boot-cloud/Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9d949e3..dd1d32a 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.56.4 + rev: 37.61.4 hooks: - id: renovate-config-validator diff --git a/fedora-boot-cloud/Containerfile b/fedora-boot-cloud/Containerfile index b8f1cb0..c3d2458 100644 --- a/fedora-boot-cloud/Containerfile +++ b/fedora-boot-cloud/Containerfile @@ -1,6 +1,6 @@ # This image contains cloud-init, which makes it usable out of the box # for e.g. a pre-generated AWS or KVM guest system. -FROM quay.io/centos-boot/fedora-tier-1-dev:eln +FROM quay.io/centos-boot/fedora-tier-1-dev:eln@sha256:180c9390564e00e923af2baebbc6bb92463aba8e5271c578bf61a05580c45b12 RUN dnf -y install cloud-init && \ ln -s ../cloud-init.target /usr/lib/systemd/system/default.target.wants && \ rm /var/log/*.log /var/lib/dnf -rf && ostree container commit