File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.16
2
- FROM redhat/ubi9:9.6@sha256:b68c21b2dd3e72abcf2f8dcfc77580e4030564d1243bfcb7cd64ccc5aa3e0a25 AS rpm-build
2
+ FROM redhat/ubi9:9.6@sha256:8f1496d50a66e41433031bf5bdedd4635520e692ccd76ffcb649cf9d30d669af AS rpm-build
3
3
RUN mkdir -p /rpms/ \
4
4
&& dnf install rpm-build gcc make cmake -y \
5
5
&& rpmbuild --rebuild --nodebuginfo https://mirror.stream.centos.org/9-stream/BaseOS/source/tree/Packages/c-ares-1.19.1-1.el9.src.rpm \
Original file line number Diff line number Diff line change 3
3
FROM kindest/node:v1.33.4@sha256:25a6018e48dfcaee478f4a59af81157a437f15e6e140bf103f85a2e7cd0cbbf2
4
4
5
5
# this is here so we can grab the latest version of skopeo and have dependabot keep it up to date
6
- FROM quay.io/skopeo/stable:v1.19.0@sha256:15ed75b792cbffe21a169793d3bd7a12d293d1b2d89acdfd487c028f17c2fcc1
6
+ FROM quay.io/skopeo/stable:v1.19.0@sha256:77e6c8901f6976bdfa87b8b14c40b96de754794c492d8ed295f77fba1454a4ab
7
7
8
8
FROM python:3.13-bookworm@sha256:aba8a0cd72f259c2737c8a47050652036c8bc8266a4f39291523a45cf8081960
9
9
You can’t perform that action at this time.
0 commit comments