diff --git a/Dockerfile b/Dockerfile index ca6ad68..debd51f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM alpine:3.19.1 +FROM alpine:3.20.0 LABEL \ maintainer="github@compuix.com" \ - version="2024.01.27" \ + version="2024.05.26" \ description="youtube-dl in a container." RUN set -x \