Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

chore(deps): update all dependencies #8

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion fedora-boot-cloud/Containerfile
Original file line number Diff line number Diff line change
@@ -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
Loading