From 26b53634867efd5ca4b52bc9c674600281a35608 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 9 Dec 2021 08:05:07 +0100 Subject: [PATCH] Update python --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index de07dfe..3e80fa6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ## Build venv -FROM python:3.10.0-buster AS venv +FROM python:3.10.1-buster AS venv # https://python-poetry.org/docs/#installation ENV POETRY_VERSION=1.1.11 @@ -26,7 +26,7 @@ RUN git rev-parse HEAD | tee /version ## Beginning of runtime image -FROM python:3.10.0-slim-buster as final +FROM python:3.10.1-slim-buster as final RUN echo "Europe/Paris" > /etc/timezone