Update python version in docker image
This commit is contained in:
parent
44aaf109ee
commit
ee756107e9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
##############################################
|
##############################################
|
||||||
# Build virtualenv
|
# Build virtualenv
|
||||||
##############################################
|
##############################################
|
||||||
FROM python:3.10.4-bullseye AS venv
|
FROM python:3.10.5-bullseye AS venv
|
||||||
|
|
||||||
# Prepare system
|
# Prepare system
|
||||||
##############################################
|
##############################################
|
||||||
|
@ -47,7 +47,7 @@ RUN git rev-parse HEAD | tee /version
|
||||||
##############################################
|
##############################################
|
||||||
# Main image
|
# Main image
|
||||||
##############################################
|
##############################################
|
||||||
FROM python:3.10.4-slim-bullseye as prod
|
FROM python:3.10.5-slim-bullseye as prod
|
||||||
|
|
||||||
ENV TZ "Europe/Paris"
|
ENV TZ "Europe/Paris"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue