Use newer docker image 3.11-alpine

This commit is contained in:
dmunozv04
2023-11-29 12:00:20 +01:00
parent 799e0a6f77
commit ab3285048d

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM python:alpine3.11
FROM python:3.11-alpine
ENV PIP_NO_CACHE_DIR=off iSPBTV_docker=True TERM=xterm-256color COLORTERM=truecolor