From 0783d47ffe5553378af53d16d2a253c680ee6b5c Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 29 Mar 2022 18:34:31 +0700 Subject: [PATCH] bump python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e803c2..6dfbff4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # build the tube archivist image from default python slim image -FROM python:3.10.3-slim-bullseye +FROM python:3.10.4-slim-bullseye ARG TARGETPLATFORM ARG INSTALL_DEBUG