Update Dockerfile

Revert upgrade to python to fix pip build
This commit is contained in:
M0VUB 2024-05-23 22:26:02 +01:00 committed by GitHub
parent c37d2d710e
commit ce56ad1047
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
############################################################################### ###############################################################################
FROM python:alpine3.18 FROM python:alpine3.12
COPY entrypoint /entrypoint COPY entrypoint /entrypoint