diff --git a/Dockerfile b/Dockerfile index 317d359..02bacd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.5 +FROM alpine:3.20.0 COPY now-playing.py /now-playing.py COPY requirements.txt /requirements.txt RUN apk add --no-cache python3 py3-pip