1
0
Fork 0

Bump to 0.10.14 and go 1.10

pull/5/head
Ambrose Chua 2018-05-06 14:27:04 +08:00 committed by GitHub
parent fe6215a3ac
commit ea6f6cc96b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
#
# Build stage by @abiosoft https://github.com/abiosoft/caddy-docker
#
FROM golang:1.9-alpine as build
FROM golang:1.10-alpine as build
ARG version="0.10.11"
ARG version="0.10.14"
ARG plugins=""
RUN apk add --no-cache git