Update python version in docker image

This commit is contained in:
Gabriel Augendre 2022-06-30 08:38:26 +02:00
parent 44aaf109ee
commit ee756107e9

View file

@ -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"