chore(deps): update python docker tag to v3.11

This commit is contained in:
Renovate Bot 2023-08-16 09:56:25 +00:00
parent b3e649bbc6
commit 4f8e140c3e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# libexec is missing from >=3.17
# Stage 1 - bundle base image + runtime
FROM python:3.9-alpine3.16 AS python-alpine
FROM python:3.11-alpine3.16 AS python-alpine
# Install GCC (Alpine uses musl but we compile and link dependencies with GCC)
RUN apk upgrade -U --available --no-cache && \