bump python version

This commit is contained in:
simon 2022-01-27 15:08:26 +07:00
parent b93a6f689b
commit 00e9e4bc53
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

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