diff --git a/Dockerfile b/Dockerfile index f1ce605..3492c40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Latest buildah is buggy use v1.9.0 until this is resolved: # https://github.com/containers/buildah/issues/1821 -FROM quay.io/buildah/stable:v1.9.1 +FROM quay.io/buildah/stable:v1.9.0 COPY extract.sh . RUN yum -y install wget # Matching appsody binary does not exist in upstream.