Merge pull request #107 from dmunozv04:use-newer-docker-image

Use newer docker image 3.11-alpine
This commit is contained in:
David
2023-11-29 12:00:58 +01:00
committed by GitHub

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