No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
|
@ -1,7 +1,7 @@ |
|
|
|
FROM golang:1.10-alpine as build |
|
|
|
|
|
|
|
# args |
|
|
|
ARG version="1.0.0" |
|
|
|
ARG version="1.0.1" |
|
|
|
ARG repo="github.com/productionwentdown/hello-world" |
|
|
|
|
|
|
|
# source |
|
|
|