From 09649dcd142b6b229678d3e34df1175837e76792 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 21:49:06 +0000 Subject: [PATCH] Update python:3.11-alpine Docker digest to eb8afe3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1669583..43b79d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stick to Python 3.11 until Nuitka supports Python 3.12 -FROM python:3.11-alpine@sha256:d1975f2182c9962f5daa1ad935eb092e3e32dce11d8105cb3584a31afc7b451b as base +FROM python:3.11-alpine@sha256:eb8afe385f10ccc9da8378e8712fea8b26f4ed009648f8afea4518836d8b3ed3 as base ENV PYTHONUNBUFFERED 1 FROM base as builder