No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
Dockerfile
|
|
@ -28,6 +28,8 @@ RUN go build -ldflags "-s -w" -tags '${databases}' -o /migrate |
|
|
|
|
|
|
|
FROM scratch |
|
|
|
|
|
|
|
ARG version |
|
|
|
|
|
|
|
# labels |
|
|
|
LABEL org.label-schema.vcs-url="https://github.com/productionwentdown/migrate" |
|
|
|
LABEL org.label-schema.version=${version} |
|
|
|