1
0
Fork 0

Bump Caddy to 1.0.1
continuous-integration/drone/push Build encountered an error Details

pull/5/head 1.0.1
Ambrose Chua 2019-08-03 00:54:20 +08:00 committed by GitHub
parent e8e5f6b618
commit 581992184b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
FROM golang:1.12-alpine as build
# args
ARG version="1.0.0"
ARG version="1.0.1"
# add plugin import paths here separated by commas
ARG plugins=""
ARG telemetry="true"