From fb52236358411585c341923f002cf819dfa3cdea Mon Sep 17 00:00:00 2001 From: nginx-bot Date: Thu, 13 Mar 2025 01:29:25 +0000 Subject: [PATCH] Update docker images 2c4c8bbd --- tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Dockerfile b/tests/Dockerfile index 6362b2fc0d..54463e8284 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -5,7 +5,7 @@ FROM kindest/node:v1.32.2@sha256:142f543559cc55d64e1ab9341df08e5ced84bd2e893736d # this is here so we can grab the latest version of skopeo and have dependabot keep it up to date FROM quay.io/skopeo/stable:v1.18.0 -FROM python:3.13@sha256:385ccb8304f6330738a6d9e6fa0bd7608e006da7e15bc52b33b0398e1ba4a15b +FROM python:3.13@sha256:bc336add24c507d3a11b68a08fe694877faae3eab2d0e18b0653097f1a0db9f3 RUN apt-get update \ && apt-get install -y curl git apache2-utils \