Skip to content

Commit

Permalink
Merge pull request #4 from simonpasquier/openshift-master
Browse files Browse the repository at this point in the history
Fix version in Dockerfile.rhel7
  • Loading branch information
simonpasquier committed Jul 17, 2018
2 parents 8faaabe + cc3a59b commit 0ec1305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM rhel7:7-released
LABEL maintainer="OpenShift Development <dev@lists.openshift.redhat.com>" \
com.redhat.component="golang-github-prometheus-alertmanager-docker" \
name="openshift3/prometheus-alertmanager" \
version="v0.15.0" \
version="v0.15.1" \
architecture=x86_64

RUN yum-config-manager --enable rhel-7-server-ose-3.9-rpms && \
Expand Down

0 comments on commit 0ec1305

Please sign in to comment.