From dfe3e13eae9938e9d02b9b604bc9c652ab715266 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 01:50:53 +0000 Subject: [PATCH] Update python:3.12.4-alpine Docker digest to dbb264b --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cf8dd6f..48e14a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.4-alpine@sha256:0bd77ae937dce9037e136ab35f41eaf9e012cfd741fc3c8dd4b3e2b63499f12c +FROM python:3.12.4-alpine@sha256:dbb264b17d3b5724e3487b2c685f5552a1cd66fa19864adc529d5ec09da13fb9 # Prevent Python from writing out pyc files ENV PYTHONDONTWRITEBYTECODE 1 @@ -27,7 +27,7 @@ RUN apk add --no-cache git && \ -FROM python:3.12.4-alpine@sha256:0bd77ae937dce9037e136ab35f41eaf9e012cfd741fc3c8dd4b3e2b63499f12c +FROM python:3.12.4-alpine@sha256:dbb264b17d3b5724e3487b2c685f5552a1cd66fa19864adc529d5ec09da13fb9 # Prevent Python from writing out pyc files ENV PYTHONDONTWRITEBYTECODE 1