From 110ce0e5d82d558495138d9db4eb2049954f665d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 04:24:30 +0000 Subject: [PATCH] chore(deps): update python:3.11.9-alpine docker digest to c6b5f02 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79a6891..403dc0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.11.9-alpine@sha256:e8effbb94ea2e5439c6b69c97c6455ff11fce94b7feaaed84bb0f2300d798cb7 +FROM python:3.11.9-alpine@sha256:c6b5f023d80d67a3b94bc43f55d5e09669713db8edc90065660f6474a6754287 # Copy the files into the Docker image COPY . .