1
0
Fork 0

Update Dockerfile

master
Ambrose Chua 2018-02-26 20:15:43 +08:00 committed by GitHub
parent 427af49790
commit 61a6138b89
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/hello-world
COPY . .