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
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.10-slim
RUN apt-get clean
RUN apt-get update