bump python version

This commit is contained in:
simon 2022-03-29 18:34:31 +07:00
parent 6f5969f520
commit 0783d47ffe
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.3-slim-bullseye
FROM python:3.10.4-slim-bullseye
ARG TARGETPLATFORM
ARG INSTALL_DEBUG