1
0
Fork 0

Update Dockerfile

master
Ambrose Chua 2018-09-08 17:40:15 +08:00 committed by GitHub
parent 3101f1ff54
commit 5c6be332b5
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.10-alpine as go
FROM golang:1.11-alpine as go
WORKDIR /go/src/github.com/serverwentdown/short
COPY . .