diff --git a/Dockerfile b/Dockerfile index 2a17dae..4e14621 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:trixie-20260421 AS downloader +FROM debian:trixie-20260505 AS downloader RUN apt-get update && apt-get install -y rsync RUN mkdir /libs; \