diff --git a/dffml/skel/operations/Dockerfile b/dffml/skel/operations/Dockerfile index 43cd6e20a6..496b94a867 100644 --- a/dffml/skel/operations/Dockerfile +++ b/dffml/skel/operations/Dockerfile @@ -3,7 +3,7 @@ # docker run --rm -ti -p 80:8080 REPLACE_ORG_NAME/REPLACE_IMPORT_PACKAGE_NAME -insecure -log debug # # curl -v http://127.0.0.1:80/list/sources -FROM ubuntu:20.04 +FROM ubuntu:rolling RUN apt-get update && \ apt-get install -y \