Merge pull request #1221 from lnbits/deployment/docker/update-python3.10

docker: update to python 3.10
This commit is contained in:
calle 2022-12-20 11:10:00 +01:00 committed by GitHub
commit 9fed2f2ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.10-slim
RUN apt-get clean
RUN apt-get update