bump python base image version

This commit is contained in:
simon 2022-02-21 16:39:06 +07:00
parent 798ca0cba2
commit 2d18fdd97f
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.9.9-slim-bullseye
FROM python:3.10.2-slim-bullseye
RUN apt-get clean && apt-get -y update && \
apt-get -y install --no-install-recommends build-essential