1
0
Fork 0

Bump Caddy version
continuous-integration/drone/push Build is failing Details

test 1.0.5
Ambrose Chua 2020-04-07 23:04:28 +08:00 committed by GitHub
parent e294615557
commit 317ffa9037
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.13-alpine as build
# args
ARG version="1.0.4"
ARG version="1.0.5"
# add plugin import paths here separated by commas
ARG plugins=""
ARG telemetry="true"