Skip to content

Commit ef00d75

Browse files
authored
Merge pull request #16 from Perl/oalders/repo-url
Update ci-perl-tester-helpers repo URL in Dockerfile
2 parents 2aca605 + 9ea84ec commit ef00d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN cpm install -g --show-build-log-on-failure --cpanfile /tmp/cpanfile
2121
RUN cpan-outdated --exclude-core -p | xargs -n1 cpanm
2222

2323
WORKDIR /tmp/
24-
RUN git clone https://github.com/oalders/ci-perl-tester-helpers.git --depth 1 && \
24+
RUN git clone https://github.com/perl-actions/ci-perl-tester-helpers.git --depth 1 && \
2525
cp ci-perl-tester-helpers/bin/* /usr/local/bin/ && \
2626
rm -rf ci-perl-tester-helpers
2727

0 commit comments

Comments
 (0)