chore(deps): update python docker tag to v3.11
ZeroDownTime/sns-alert-hub/pipeline/pr-master There was a failure building this commit Details

This commit is contained in:
Renovate Bot 2023-08-11 03:03:11 +00:00
parent 67f352cf2e
commit f75f97cb46
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 && \