From e4b4430e692fe87a21781a5010137f37cb34cb2d Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 25 Mar 2022 15:33:54 +0700 Subject: [PATCH] bump python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b009ec9..1e803c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # build the tube archivist image from default python slim image -FROM python:3.10.2-slim-bullseye +FROM python:3.10.3-slim-bullseye ARG TARGETPLATFORM ARG INSTALL_DEBUG