We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c60c3 commit bbdd945Copy full SHA for bbdd945
2 files changed
Dockerfile
@@ -5,6 +5,7 @@ ENV GO15VENDOREXPERIMENT 1
5
ENV CGO_ENABLED 0
6
ENV LDFLAGS "-s -X main.version=$VERSION"
7
ENV BINDIR rootfs/bin
8
+ENV DEIS_RELEASE=2.0.0-dev
9
10
WORKDIR /app
11
RUN go build -o $BINDIR/boot -a -installsuffix cgo -ldflags "$LDFLAGS" boot.go
rootfs/Dockerfile
@@ -53,4 +53,4 @@ RUN passwd -u git
53
54
COPY . /
55
56
-ENV DEIS_RELEASE 2.0.0-alpha1
+ENV DEIS_RELEASE 2.0.0-dev
0 commit comments