Skip to content

Commit

Permalink
Merge pull request #1588 from okurz/enhance/update_dev_image_15.2
Browse files Browse the repository at this point in the history
Move dev container base to Leap 15.2
  • Loading branch information
mergify[bot] committed Dec 10, 2020
2 parents 91ccf2b + a07a1cb commit 963434d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ on 'test' => sub {
on 'devel' => sub {
requires 'Devel::Cover';
requires 'Devel::Cover::Report::Codecov';
requires 'Perl::Tidy', '== 20201001';
requires 'Perl::Tidy', '== 20201202';

};

Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ devel_requires:
'%test_requires':
perl(Devel::Cover):
perl(Devel::Cover::Report::Codecov):
perl(Perl::Tidy): '== 20201001'
perl(Perl::Tidy): '== 20201202'

docker_requires:
pkgconfig(opencv):
Expand Down
2 changes: 1 addition & 1 deletion tools/docker_run_ci
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CI_ENV=$(bash <(curl -s https://codecov.io/env))
# shellcheck disable=SC2086

IMAGE=registry.opensuse.org/devel/openqa/containers/os-autoinst_dev
IMAGE=registry.opensuse.org/devel/openqa/containers15.2/os-autoinst_dev
docker pull $IMAGE
docker images | grep opensuse

Expand Down

0 comments on commit 963434d

Please sign in to comment.