bump python version

This commit is contained in:
simon
2022-01-27 15:08:26 +07:00
parent b93a6f689b
commit 00e9e4bc53

View File

@@ -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