Skip to content

Commit

Permalink
MINOR: update to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorunic committed Oct 15, 2015
1 parent f1bc244 commit 2cded9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ MAINTAINER Dinko Korunic <dkorunic@haproxy.com>
LABEL Name HAProxy OSS
LABEL Release OSS Edition
LABEL Vendor HAProxy
LABEL Version 1.5.14
LABEL Version 1.6.0
LABEL RUN /usr/bin/docker -d IMAGE

ENV HAPROXY_BRANCH 1.5
ENV HAPROXY_MINOR 1.5.14
ENV HAPROXY_MD5 ad9d7262b96ba85a0f8c6acc6cb9edde
ENV HAPROXY_BRANCH 1.6
ENV HAPROXY_MINOR 1.6.0
ENV HAPROXY_MD5 2361c7dd0a709a1b235215225875f34c
ENV HAPROXY_SRC_URL http://www.haproxy.org/download/

ENV HAPROXY_UID haproxy
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

DOCKERFILE=Dockerfile
HAPROXY_BRANCH=1.5
HAPROXY_BRANCH=1.6
HAPROXY_SRC_URL=http://www.haproxy.org/download/

HAPROXY_MINOR=$(curl -sfSL "$HAPROXY_SRC_URL/$HAPROXY_BRANCH/src/" | \
Expand Down

0 comments on commit 2cded9f

Please sign in to comment.