diff --git a/Dockerfile b/Dockerfile index fe7be4a..39b5702 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stable-slim +FROM debian:bullseye-slim RUN apt-get update && \ apt-get install extrepo -y && \