Skip to content

Commit

Permalink
MINOR: Make sure we have correct Dockerfile in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorunic committed Jun 23, 2017
1 parent 9be51d1 commit a29d47a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh

DOCKERFILE=${1:-Dockerfile}
DOCKER_TAG="haproxy"
HAPROXY_REPO="p1458402064ad02bbe6a925de6df272994154a72a9"
DOCKERFILE=${1:-Dockerfile}

HAPROXY_MINOR_OLD=$(awk '/^ENV HAPROXY_MINOR/ {print $NF}' ${DOCKERFILE})

Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

DOCKERFILE=$1
DOCKERFILE=${1:-Dockerfile}
HAPROXY_BRANCH=1.7
HAPROXY_SRC_URL=http://www.haproxy.org/download

Expand Down

0 comments on commit a29d47a

Please sign in to comment.