From d012f17e419dadaab6e15db899572dc96e4f74f0 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 24 Feb 2022 20:04:50 +0100 Subject: [PATCH] Bump python --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9fb70ad..bf00a92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ## Build venv -FROM python:3.10.1-bullseye AS venv +FROM python:3.10.2-bullseye AS venv # https://python-poetry.org/docs/#installation ENV POETRY_VERSION=1.1.11 @@ -32,7 +32,7 @@ RUN git rev-parse HEAD | tee /version ## Beginning of runtime image -FROM python:3.10.1-slim-bullseye as prod +FROM python:3.10.2-slim-bullseye as prod RUN echo "Europe/Paris" > /etc/timezone \ && mkdir /db