From 40726dee0de89e4f11c8d7eb2ac05731d10565e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:08:30 +0000 Subject: [PATCH] chore(deps): update python:3.11.9-alpine docker digest to 700b4aa --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 851d087..fd1bf47 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:cab9026aeb3d95351c22e7cdd979133e74d5525985e50fc5b39ef3ef372f616e +FROM python:3.11.9-alpine@sha256:700b4aa84090748aafb348fc042b5970abb0a73c8f1b4fcfe0f4e3c2a4a9fcca # Copy the files into the Docker image COPY . .