Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Upgrade to buildah v1.9.1 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegc authored and chilanti committed Nov 15, 2019
1 parent 7c8f524 commit 6773a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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.0
FROM quay.io/buildah/stable:v1.9.1
COPY extract.sh .
RUN yum -y install wget
# Matching appsody binary does not exist in upstream.
Expand Down

0 comments on commit 6773a67

Please sign in to comment.