From c45acea838033d317651b74e2aff7a1d03401620 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 20:52:18 -0700 Subject: [PATCH] chore(deps): update python docker tag to v3.11.9 (#34) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b544af0..0491c0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.8-alpine +FROM python:3.11.9-alpine@sha256:506861259a53e68b95992ff711dd2aab9ff8dc8a50ff4dca24c6e88dc461563e RUN pip install --upgrade pip