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

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
  • Loading branch information
platform-engineering-bot committed Nov 29, 2023
1 parent c0d4399 commit 86843d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.61.4
rev: 37.74.7
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion eln-dev/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/centos-bootc/fedora-bootc:eln
FROM quay.io/centos-bootc/fedora-bootc:eln@sha256:aff3f17c01fb48f2e374a92e41b41cc130de9f67685e10a728847a7e91a5147f
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/* && \
Expand Down
2 changes: 1 addition & 1 deletion stream9-dev/Containerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit 86843d6

Please sign in to comment.