diff --git a/Dockerfile b/Dockerfile index 8a9fc31..9714ff5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # pod. # # The standard name for this image is openshift/origin-pod -FROM registry.fedoraproject.org/f29/fedora:latest +FROM registry.fedoraproject.org/fedora:29 ENV NAME=origin-pod \ VERSION=3.11 \