Skip to content

Commit

Permalink
Set tag to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
owickstrom committed Nov 5, 2022
1 parent e8740c2 commit 3b2e3fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ let

docker = pkgs.dockerTools.buildImage {
name = "quickstrom";
tag = "latest";
contents =
[ pkgs.coreutils (quickstrom-wrapped { includeBrowsers = true; }) ];
config = { Cmd = [ "quickstrom" ]; };
Expand Down

0 comments on commit 3b2e3fc

Please sign in to comment.