Skip to content

Commit 940f4c5

Browse files
committed
Push the dockerfile golang version to 1.11
1 parent e38b2cd commit 940f4c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.9 AS builder
1+
FROM golang:1.11 AS builder
22

33
RUN curl -fsSL -o /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64 && chmod +x /usr/local/bin/dep
44
ENV PKG github.com/integram-org/webhook
@@ -19,4 +19,4 @@ RUN apk --no-cache add ca-certificates && rm -rf /var/cache/apk/*
1919
WORKDIR /app
2020

2121
COPY --from=builder /go/app .
22-
CMD ["./app"]
22+
CMD ["./app"]

0 commit comments

Comments
 (0)