From 38711b2ad27d80e322083ce6cd13819fe1528b06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 23:46:20 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.11.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad21d25..1a79b77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.6-alpine3.18 +FROM python:3.11.8-alpine3.18@sha256:bbe4464a67866220af1fa6f210f93251b5270ae05e28a52b1a3a58612ec3f211 RUN pip install --upgrade pip