Skip to content

Commit 6aeb07d

Browse files
Update docker image base golang version to 1.13
1 parent bf2e982 commit 6aeb07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.11.4 as builder
1+
FROM golang:1.13 as builder
22
WORKDIR /go/src/github.com/thecasualcoder/dobby
33
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
44
COPY ./ ./

0 commit comments

Comments
 (0)