Skip to content

Commit 3756234

Browse files
committed
library.pl: Remove blead and add stable tag
`blead` should be reserved for getting the nightly archive of the blead branch straight from the Perl source, cf docker-library/official-images#13928 (comment)
1 parent 05d2a5b commit 3756234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ sub entry {
3939
}
4040

4141
if (Perl::Version->new($version)->version % 2) {
42-
push @versionAliases, 'blead', 'devel';
42+
push @versionAliases, 'devel';
4343
}
4444
else {
45-
push @versionAliases, 'latest';
45+
push @versionAliases, 'latest', 'stable';
4646
}
4747

4848
(my $buildSuffix = $build) =~ s/^main,//;

0 commit comments

Comments
 (0)