From 955bc3a3704636ff85420ac9e75b9d96d86af135 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 19 Oct 2022 19:36:41 +0700 Subject: [PATCH] bump python version --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 395ff21..5b55dc4 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.7-slim-bullseye +FROM python:3.10.8-slim-bullseye RUN apt-get clean && apt-get -y update && \ apt-get -y install --no-install-recommends build-essential