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

Commit

Permalink
Downgrade back to buildah 1.9.0 (#11)
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
kylegc authored and chilanti committed Nov 25, 2019
1 parent 6773a67 commit 3fb6d1e
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.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.
Expand Down

0 comments on commit 3fb6d1e

Please sign in to comment.