From 00e9e4bc5361ccf7564267609438b9b6c03d68cf Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 27 Jan 2022 15:08:26 +0700 Subject: [PATCH] bump python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc3f927..b831247 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # build the tube archivist image from default python slim image -FROM python:3.10.1-slim-bullseye +FROM python:3.10.2-slim-bullseye ARG TARGETPLATFORM ENV PYTHONUNBUFFERED 1