Skip to content

Commit 1927396

Browse files
chore(deps): update dependency skaji/cpm to v1.1.5
1 parent b83bece commit 1927396

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ ARG NPM_MARKDOWN_TABLE_FORMATTER_VERSION=1.7.0
300300
# renovate: datasource=pypi depName=rumdl
301301
ARG PIP_RUMDL_VERSION=0.2.60
302302
# renovate: datasource=github-tags depName=skaji/cpm
303-
ARG PERL_PERLCRITIC_VERSION=v1.1.4
303+
ARG PERL_PERLCRITIC_VERSION=v1.1.5
304304

305305
# renovate: datasource=packagist depName=squizlabs/php_codesniffer
306306
ARG PHP_SQUIZLABS_PHP_CODESNIFFER_VERSION=4.0.4

linters/perl_perlcritic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN python -c 'import sys; assert sys.version_info >= (3, 14, 7), "Python 3.14.7
6262
ARG TARGETPLATFORM
6363
ARG TARGETARCH
6464
# renovate: datasource=github-tags depName=skaji/cpm
65-
ARG PERL_PERLCRITIC_VERSION=v1.1.4
65+
ARG PERL_PERLCRITIC_VERSION=v1.1.5
6666

6767
#ARG__END
6868

megalinter/descriptors/perl.megalinter-descriptor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ linters:
7979
dockerfile:
8080
- |
8181
# renovate: datasource=github-tags depName=skaji/cpm
82-
ARG PERL_PERLCRITIC_VERSION=v1.1.4
82+
ARG PERL_PERLCRITIC_VERSION=v1.1.5
8383
- |
8484
# cpm compiles XS modules during installation: the toolchain is only
8585
# needed within this RUN and evicted from the final layers

0 commit comments

Comments
 (0)