Merge pull request #2 from Crocmagnon/dependabot/docker/python-3.11.0-bullseye

Bump python from 3.10.7-bullseye to 3.11.0-bullseye
This commit is contained in:
Gabriel Augendre 2022-11-01 00:22:37 +01:00 committed by GitHub
commit d64938e85e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
##############################################
# Build virtualenv
##############################################
FROM python:3.10.7-bullseye AS venv
FROM python:3.11.0-bullseye AS venv
# Prepare poetry
##############################################
@ -65,7 +65,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
##############################################
# Main image
##############################################
FROM python:3.10.7-slim-bullseye AS final
FROM python:3.11.0-slim-bullseye AS final
ARG DEBIAN_FRONTEND=noninteractive