diff --git a/operations/deploy/Dockerfile b/operations/deploy/Dockerfile index c540220956..99675efd23 100644 --- a/operations/deploy/Dockerfile +++ b/operations/deploy/Dockerfile @@ -2,7 +2,7 @@ # docker build -t dffml/deploy . # docker run --rm -ti -p 80:8080 dffml/deploy -insecure -log debug # -FROM ubuntu:20.04 +FROM ubuntu:rolling RUN apt-get update && \ apt-get install -y \