Skip to content

Commit

Permalink
try update version for hang in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
lvangool committed Jul 26, 2017
1 parent 6b0811c commit f94d48e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#use the golang base image
FROM golang:1.7
MAINTAINER Daniel van Gils
MAINTAINER Cloud 66

#get all the go crosscompile stuff
RUN go get github.com/mitchellh/gox
Expand All @@ -21,4 +21,4 @@ ADD . /usr/local/go/src/github.com/cloud66/starter
ADD ./test/node/express_no_git /usr/local/go/src/github.com/cloud66

#switch to our app directory
WORKDIR /usr/local/go/src/github.com/cloud66/starter
WORKDIR /usr/local/go/src/github.com/cloud66/starter
6 changes: 3 additions & 3 deletions Dockerfile.crosscompile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#use the golang base image
FROM golang:1.7
MAINTAINER Daniel van Gils
FROM golang:1.8
MAINTAINER Cloud 66

#get all the go crosscompile stuff
RUN go get github.com/mitchellh/gox
Expand All @@ -12,4 +12,4 @@ ADD . /usr/local/go/src/github.com/cloud66/starter
#switch to our app directory
WORKDIR /usr/local/go/src/github.com/cloud66/starter

RUN ./compile.sh
RUN ./compile.sh
4 changes: 2 additions & 2 deletions Dockerfile.production
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# use the alpine base image
FROM alpine:3.3
MAINTAINER Daniel van Gils
FROM alpine:3.6
MAINTAINER Cloud 66

RUN apk --update upgrade && apk add curl ca-certificates && rm -rf /var/cache/apk/*

Expand Down

0 comments on commit f94d48e

Please sign in to comment.