Skip to content

Commit bbdd945

Browse files
committed
fix(Dockerfile,rootfs/Dockerfile): update DEIS_RELEASE env vars to 2.0.0-dev
1 parent 16c60c3 commit bbdd945

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 2.0.0-alpha1
56+
ENV DEIS_RELEASE 2.0.0-dev

0 commit comments

Comments
 (0)