Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
env:
# renovate: datasource=github-releases depName=cpm packageName=skaji/cpm
CPAN_CPM_VERSION: v1.1.4
CPAN_CPM_VERSION: v1.1.5
CPAN_CPM_MIRROR: https://www.cpan.org
CPAN_CPM_CACHE_VERSION: v102

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ARG TARGETARCH
ARG TARGETVARIANT
ARG CPAN_CPM_CACHE_ID=perl-cpm-default
# renovate: datasource=github-releases depName=cpm packageName=skaji/cpm
ARG CPAN_CPM_VERSION=v1.1.4
ARG CPAN_CPM_VERSION=v1.1.5
ARG CPAN_CPM_MIRROR=https://www.cpan.org

COPY cpanfile /usr/src/app/core/cpanfile
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-threaded-bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ARG TARGETARCH
ARG TARGETVARIANT
ARG CPAN_CPM_CACHE_ID=perl-cpm-default
# renovate: datasource=github-releases depName=cpm packageName=skaji/cpm
ARG CPAN_CPM_VERSION=v1.1.4
ARG CPAN_CPM_VERSION=v1.1.5
ARG CPAN_CPM_MIRROR=https://www.cpan.org

COPY cpanfile /usr/src/app/core/cpanfile
Expand Down
Loading