1
0
Fork 0

Update Dockerfile
continuous-integration/drone/push Build is failing Details

pull/7/head
Ambrose Chua 2019-12-14 10:44:31 +08:00 committed by GitHub
parent d943766e16
commit 85b1d53505
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.3"
ARG version="1.0.4"
# add plugin import paths here separated by commas
ARG plugins=""
ARG telemetry="true"