1
0
Fork 0

Update Go to 1.10

master
Ambrose Chua 2018-02-26 22:20:37 +08:00 committed by GitHub
parent a9925fbb3c
commit 443bad622a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.9-alpine as go
FROM golang:1.10-alpine as go
WORKDIR /go/src/text-server
COPY . .