diff --git a/Dockerfile b/Dockerfile index 33144b6..99eb616 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-20250407-slim +FROM debian:12.10-slim RUN apt-get update && \ apt-get install -y curl bash openssl git && \