1
0
Fork 0

Update Dockerfile

master 3.5.2
Ambrose Chua 2018-09-17 12:05:18 +08:00 committed by GitHub
parent 9944cca005
commit fe31e869dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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}