From e901ee49818cc86572c18959a134931fc29abe5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20G=C3=B6risch?= <47734341+GoetzGoerisch@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:14:27 +0200 Subject: [PATCH] chore(deps): bump alpine-python to `3.11.9-r0` (#1267) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c7bf55f..f91cfd99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN apk --no-cache add \ g++=13.2.1_git20231014-r0\ git=2.43.0-r0 \ make=4.4.1-r2 \ - python3=3.11.8-r0 \ + python3=3.11.9-r0 \ patch=2.7.6-r10 \ linux-headers=6.5-r0 && \ mkdir /install