From 897a302314efd658d17ccf8a3aa393a0d7c470dc Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 13 Jun 2022 15:05:58 +0700 Subject: [PATCH] rebuild with new python version --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index cdb2c2b..74afb41 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.4-slim-bullseye +FROM python:3.10.5-slim-bullseye RUN apt-get clean && apt-get -y update && \ apt-get -y install --no-install-recommends build-essential