We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0822c7 commit ae62d19Copy full SHA for ae62d19
tests/Dockerfile
@@ -5,7 +5,7 @@ FROM kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe58
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.18.0
7
8
-FROM python:3.13@sha256:653b0cf8fc50366277a21657209ddd54edd125499d20f3520c6b277eb8c828d3
+FROM python:3.13@sha256:a4b2b11a9faf847c52ad07f5e0d4f34da59bad9d8589b8f2c476165d94c6b377
9
10
RUN apt-get update \
11
&& apt-get install -y curl git apache2-utils \
0 commit comments