diff --git a/operations/image/Dockerfile b/operations/image/Dockerfile index e7ea3dda61..9a709880ac 100644 --- a/operations/image/Dockerfile +++ b/operations/image/Dockerfile @@ -3,7 +3,7 @@ # docker run --rm -ti -p 80:8080 dffml/image -insecure -log debug # # curl -v http://127.0.0.1:80/list/sources -FROM ubuntu:20.04 +FROM ubuntu:20.10 RUN apt-get update && \ apt-get install -y \