From 392bb2efa5fa5ff1766a643d689f29df65504829 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:10:42 +0000 Subject: [PATCH] Update python:3.13.1-slim-bookworm Docker digest to e4bf662 --- Dockerfile.debian | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.debian b/Dockerfile.debian index 9fd532b3..bb68789b 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -1,4 +1,4 @@ -FROM python:3.13.1-slim-bookworm@sha256:1127090f9fff0b8e7c3a1367855ef8a3299472d2c9ed122948a576c39addeaf1 AS builder +FROM python:3.13.1-slim-bookworm@sha256:e4bf6628524e3515931c7f63204938a78706f664d29576fbe5b59cdc689b739f AS builder SHELL ["/bin/bash", "-c"] @@ -64,7 +64,7 @@ RUN python3 -m venv "${VIRTUAL_ENV}" && \ -FROM python:3.13.1-slim-bookworm@sha256:1127090f9fff0b8e7c3a1367855ef8a3299472d2c9ed122948a576c39addeaf1 AS geckodriver +FROM python:3.13.1-slim-bookworm@sha256:e4bf6628524e3515931c7f63204938a78706f664d29576fbe5b59cdc689b739f AS geckodriver SHELL ["/bin/bash", "-c"] @@ -91,7 +91,7 @@ RUN set -x && \ -FROM python:3.13.1-slim-bookworm@sha256:1127090f9fff0b8e7c3a1367855ef8a3299472d2c9ed122948a576c39addeaf1 +FROM python:3.13.1-slim-bookworm@sha256:e4bf6628524e3515931c7f63204938a78706f664d29576fbe5b59cdc689b739f # Disable any user interaction ENV DEBIAN_FRONTEND=noninteractive