1
0
Fork 0

Bump caddy to 0.11.0

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

View File

@ -3,7 +3,7 @@
#
FROM golang:1.10-alpine as build
ARG version="0.10.14"
ARG version="0.11.0"
ARG plugins=""
RUN apk add --no-cache git