1
0
Fork 0

Bump caddy version

pull/5/head
Ambrose Chua 2018-02-27 07:15:49 +08:00 committed by GitHub
parent 99c9f19919
commit fe6215a3ac
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.9-alpine as build
ARG version="0.10.10"
ARG version="0.10.11"
ARG plugins=""
RUN apk add --no-cache git