Skip to content

Commit

Permalink
Bump docker images to 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Nov 12, 2021
1 parent e1774d9 commit 3698762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cro/Tools/Template/Common.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use Cro::Tools::CroFile;
use Docker::File;
use META6;

my constant CRO_DOCKER_VERSION = '0.8.6';
my constant CRO_DOCKER_VERSION = '0.8.7';

role Cro::Tools::Template::Common {
method new-directories($where) { () }
Expand Down

0 comments on commit 3698762

Please sign in to comment.