Skip to content

Commit c0d7342

Browse files
committed
Merge pull request #53 from arschles/vsn
chore(Dockerfile): update version
2 parents daac4b8 + bbdd945 commit c0d7342

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ENV GO15VENDOREXPERIMENT 1
55
ENV CGO_ENABLED 0
66
ENV LDFLAGS "-s -X main.version=$VERSION"
77
ENV BINDIR rootfs/bin
8+
ENV DEIS_RELEASE=2.0.0-dev
89

910
WORKDIR /app
1011
RUN go build -o $BINDIR/boot -a -installsuffix cgo -ldflags "$LDFLAGS" boot.go

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ RUN passwd -u git
5353

5454
COPY . /
5555

56-
ENV DEIS_RELEASE 1.11.0-dev
56+
ENV DEIS_RELEASE 2.0.0-dev

0 commit comments

Comments
 (0)