diff --git a/Dockerfile b/Dockerfile index b356124..5db95ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:wheezy +FROM golang:1.9.2 RUN mkdir -p /go/src/app WORKDIR /go/src/app @@ -9,4 +9,4 @@ ENTRYPOINT ["/root/installAndStart.sh"] ADD installAndStart.sh /root/ RUN chmod 755 /root/installAndStart.sh -RUN chmod +x /root/installAndStart.sh \ No newline at end of file +RUN chmod +x /root/installAndStart.sh