mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
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:
commit
d64938e85e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
##############################################
|
##############################################
|
||||||
# Build virtualenv
|
# Build virtualenv
|
||||||
##############################################
|
##############################################
|
||||||
FROM python:3.10.7-bullseye AS venv
|
FROM python:3.11.0-bullseye AS venv
|
||||||
|
|
||||||
# Prepare poetry
|
# Prepare poetry
|
||||||
##############################################
|
##############################################
|
||||||
|
@ -65,7 +65,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
|
||||||
##############################################
|
##############################################
|
||||||
# Main image
|
# Main image
|
||||||
##############################################
|
##############################################
|
||||||
FROM python:3.10.7-slim-bullseye AS final
|
FROM python:3.11.0-slim-bullseye AS final
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue