File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ ARG NPM_MARKDOWNLINT_CLI_VERSION=0.45.0
251251# renovate: datasource=npm depName=markdown-table-formatter
252252ARG NPM_MARKDOWN_TABLE_FORMATTER_VERSION=1.6.1
253253# renovate: datasource=github-tags depName=skaji/cpm
254- ARG PERL_PERLCRITIC_VERSION=0.997024
254+ ARG PERL_PERLCRITIC_VERSION=0.998001
255255
256256# renovate: datasource=packagist depName=squizlabs/php_codesniffer
257257ARG PHP_SQUIZLABS_PHP_CODESNIFFER_VERSION=4.0.1
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ FROM python:3.13-alpine3.22
4949# ############################################################################################
5050# ARG__START
5151# renovate: datasource=github-tags depName=skaji/cpm
52- ARG PERL_PERLCRITIC_VERSION=0.997024
52+ ARG PERL_PERLCRITIC_VERSION=0.998001
5353
5454# ARG__END
5555
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ linters:
4747 dockerfile :
4848 - |
4949 # renovate: datasource=github-tags depName=skaji/cpm
50- ARG PERL_PERLCRITIC_VERSION=0.997024
50+ ARG PERL_PERLCRITIC_VERSION=0.998001
5151 - |
5252 RUN curl -fsSL https://raw.githubusercontent.com/skaji/cpm/refs/tags/${PERL_PERLCRITIC_VERSION}/cpm | perl - install -g --show-build-log-on-failure --without-build --without-test --without-runtime Perl::Critic \
5353 && rm -rf /root/.perl-cpm
You can’t perform that action at this time.
0 commit comments