diff --git a/next/base/cnova.Dockerfile b/next/base/cnova.Dockerfile index c72f1b60..720658d9 100644 --- a/next/base/cnova.Dockerfile +++ b/next/base/cnova.Dockerfile @@ -40,7 +40,7 @@ ENV LOCALES_VERSION="2.36-9+deb12u7" # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="9.8.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="9.6.0" +ENV PNPM_VERSION="9.8.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/next/base/debian.js.Dockerfile b/next/base/debian.js.Dockerfile index 0beb09e9..37f5538b 100644 --- a/next/base/debian.js.Dockerfile +++ b/next/base/debian.js.Dockerfile @@ -5,7 +5,7 @@ FROM debianbase # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="9.8.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="9.6.0" +ENV PNPM_VERSION="9.8.0" ENV PATH="/opt/yarn/bin:$PATH" ENV SKIP_YARN_COREPACK_CHECK=0 diff --git a/next/base/dotnet.Dockerfile b/next/base/dotnet.Dockerfile index 7fb06b98..dd3383d3 100644 --- a/next/base/dotnet.Dockerfile +++ b/next/base/dotnet.Dockerfile @@ -24,7 +24,7 @@ ENV SOFTWARE_PROPERTIES_COMMON_VERSION="0.96.20.2-2.1" # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="9.8.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="9.6.0" +ENV PNPM_VERSION="9.8.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/next/base/go.Dockerfile b/next/base/go.Dockerfile index ca7aaf8d..838a640c 100644 --- a/next/base/go.Dockerfile +++ b/next/base/go.Dockerfile @@ -22,7 +22,7 @@ ENV PROCPS_VERSION="2:3.3.17-5" # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="9.8.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="9.6.0" +ENV PNPM_VERSION="9.8.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/next/base/js.Dockerfile b/next/base/js.Dockerfile index 950cfb88..9e8c90df 100644 --- a/next/base/js.Dockerfile +++ b/next/base/js.Dockerfile @@ -20,7 +20,7 @@ ENV PROCPS_VERSION="2:3.3.17-5" # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="9.8.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="9.6.0" +ENV PNPM_VERSION="9.8.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/next/base/php.Dockerfile b/next/base/php.Dockerfile index f83d9a25..16cd4780 100644 --- a/next/base/php.Dockerfile +++ b/next/base/php.Dockerfile @@ -30,7 +30,7 @@ ENV UNZIP_VERSION="6.0-26+deb11u1" # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="9.8.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="9.6.0" +ENV PNPM_VERSION="9.8.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/next/base/python.js.Dockerfile b/next/base/python.js.Dockerfile index 6d460ccf..133141de 100644 --- a/next/base/python.js.Dockerfile +++ b/next/base/python.js.Dockerfile @@ -5,7 +5,7 @@ FROM pythonbase # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="9.8.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="9.6.0" +ENV PNPM_VERSION="9.8.0" ENV PATH="/opt/yarn/bin:$PATH" ENV SKIP_YARN_COREPACK_CHECK=0 diff --git a/next/base/ruby.Dockerfile b/next/base/ruby.Dockerfile index 5634fb19..f706daa8 100644 --- a/next/base/ruby.Dockerfile +++ b/next/base/ruby.Dockerfile @@ -23,7 +23,7 @@ ENV PROCPS_VERSION="2:3.3.17-5" # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="9.8.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="9.6.0" +ENV PNPM_VERSION="9.8.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/next/base/rust.Dockerfile b/next/base/rust.Dockerfile index f6532b23..fe885fe0 100644 --- a/next/base/rust.Dockerfile +++ b/next/base/rust.Dockerfile @@ -22,7 +22,7 @@ ENV PKGCONFIG_VERSION="0.29.2-1" # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="9.8.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="9.6.0" +ENV PNPM_VERSION="9.8.0" ARG TARGETPLATFORM