Skip to content

Commit

Permalink
Rolled release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
halverneus committed Jan 22, 2019
1 parent a747f9a commit 54d4d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
################################################################################
FROM golang:1.11.3 as builder

ENV VERSION 1.5.2
ENV VERSION 1.6.0
ENV BUILD_DIR /build

RUN mkdir -p ${BUILD_DIR}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.11.3 as builder

ENV VERSION 1.5.2
ENV VERSION 1.6.0
ENV BUILD_DIR /build

RUN mkdir -p ${BUILD_DIR}
Expand Down

0 comments on commit 54d4d5b

Please sign in to comment.