Skip to content
This repository was archived by the owner on Jun 1, 2021. It is now read-only.

Commit 15d4494

Browse files
committed
Updating buildah version
1 parent b366307 commit 15d4494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM fedora:latest
22

3-
ENV BUILDAH_VERSION 1.14.1
4-
3+
ENV BUILDAH_VERSION 1.14.0
4+
RUN yum --showduplicates list httpd | expand
55
# Buildah Install
66
RUN yum -y install buildah-${BUILDAH_VERSION} fuse-overlayfs --exclude container-selinux; rm -rf /var/cache /var/log/dnf* /var/log/yum.*
77

0 commit comments

Comments
 (0)