Use crate version for docker image

This commit is contained in:
Valentin Brandl 2020-03-22 19:44:05 +01:00
parent 724c49d056
commit 97fcb5a420
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -39,7 +39,7 @@ rec {
dockerImage =
pkgs.dockerTools.buildImage {
name = "vbrandl/hits-of-code";
tag = "1";
tag = package.version;
contents = [ package ];