From 465a016314b369b90cde599c71319a9df12f0396 Mon Sep 17 00:00:00 2001 From: zon-renovate <139547744+zon-renovate@users.noreply.github.com> Date: Wed, 15 Jan 2025 00:25:58 +0000 Subject: [PATCH] MAINT: Update python:3.13.1-slim Docker digest to 23a81be --- smoketest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoketest/Dockerfile b/smoketest/Dockerfile index 378a7f11a0..ab2e8e099b 100644 --- a/smoketest/Dockerfile +++ b/smoketest/Dockerfile @@ -1,5 +1,5 @@ # See https://github.com/ZeitOnline/gh-action-workflows/blob/main/.github/workflows/nightwatch-build.yaml -FROM python:3.13.1-slim@sha256:1127090f9fff0b8e7c3a1367855ef8a3299472d2c9ed122948a576c39addeaf1 as nightwatch +FROM python:3.13.1-slim@sha256:23a81be7b258c8f516f7a60e80943cace4350deb8204cf107c7993e343610d47 as nightwatch WORKDIR /app RUN pip --no-cache-dir install pipenv COPY Pipfile Pipfile.lock ./