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
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
##############################################
# Build virtualenv
##############################################
FROM python:3.10.4-bullseye AS venv
FROM python:3.10.5-bullseye AS venv
# Prepare system
##############################################
@ -47,7 +47,7 @@ RUN git rev-parse HEAD | tee /version
##############################################
# Main image
##############################################
FROM python:3.10.4-slim-bullseye as prod
FROM python:3.10.5-slim-bullseye as prod
ENV TZ "Europe/Paris"