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