File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.16
2
2
# this is here so we can grab the latest version of kind and have dependabot keep it up to date
3
- FROM kindest/node:v1.33.4 @sha256:25a6018e48dfcaee478f4a59af81157a437f15e6e140bf103f85a2e7cd0cbbf2
3
+ FROM kindest/node:v1.34.0 @sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a
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:77e6c8901f6976bdfa87b8b14c40b96de754794c492d8ed295f77fba1454a4ab
6
+ FROM quay.io/skopeo/stable:v1.20.0-immutable @sha256:519b95573a7490eb4740c8180d3dc33d86417222956e655719e74d3509586a33
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