Skip to content

Commit

Permalink
Use proper license variable in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed Nov 5, 2018
1 parent c72feaf commit ae4239a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/packaging/templates/docker/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL \
org.label-schema.version="{{ beat_version }}" \
org.label-schema.url="{{ .BeatURL }}" \
org.label-schema.vcs-url="{{ $repoInfo.RootImportPath }}" \
license="{{ .BeatLicense }}" \
license="{{ .License }}" \
description="{{ .BeatDescription }}"

ENV ELASTIC_CONTAINER "true"
Expand Down

0 comments on commit ae4239a

Please sign in to comment.