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 a047965 commit f5b0519
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.2
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: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/* && \
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 f5b0519

Please sign in to comment.