diff --git a/next/base/debian.Dockerfile b/next/base/debian.Dockerfile index ef5ab5c..2772576 100644 --- a/next/base/debian.Dockerfile +++ b/next/base/debian.Dockerfile @@ -1,5 +1,5 @@ ARG BASE_TAG="bullseye-slim" -ARG NODE_TAG="20-bullseye-slim" +ARG NODE_TAG="22-bullseye-slim" FROM node:$NODE_TAG AS node_base FROM debian:$BASE_TAG diff --git a/next/base/debian.js.Dockerfile b/next/base/debian.js.Dockerfile index c7e2cd2..8cf322a 100644 --- a/next/base/debian.js.Dockerfile +++ b/next/base/debian.js.Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_TAG="20-bullseye-slim" +ARG NODE_TAG="22-bullseye-slim" FROM node:$NODE_TAG AS node_base FROM debianbase diff --git a/next/base/dotnet.Dockerfile b/next/base/dotnet.Dockerfile index 4a2198c..bcff4b4 100644 --- a/next/base/dotnet.Dockerfile +++ b/next/base/dotnet.Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_TAG="20-bullseye-slim" +ARG NODE_TAG="22-bullseye-slim" ARG DOTNET_BASE_TAG="7.0-bullseye-slim" FROM node:$NODE_TAG AS node_base FROM mcr.microsoft.com/dotnet/sdk:$DOTNET_BASE_TAG diff --git a/next/base/go.Dockerfile b/next/base/go.Dockerfile index acd87cd..7c138b3 100644 --- a/next/base/go.Dockerfile +++ b/next/base/go.Dockerfile @@ -1,5 +1,5 @@ ARG GO_TAG="1.23-bullseye" -ARG NODE_TAG="20-bullseye-slim" +ARG NODE_TAG="22-bullseye-slim" FROM node:$NODE_TAG AS node_base FROM golang:$GO_TAG diff --git a/next/base/js.Dockerfile b/next/base/js.Dockerfile index 22f4ae5..2dae706 100644 --- a/next/base/js.Dockerfile +++ b/next/base/js.Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_TAG="20-bullseye-slim" +ARG NODE_TAG="22-bullseye-slim" FROM node:$NODE_TAG # renovate: datasource=npm depName=eslint diff --git a/next/base/php.Dockerfile b/next/base/php.Dockerfile index 1c9e189..642ca46 100644 --- a/next/base/php.Dockerfile +++ b/next/base/php.Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_TAG="20-bullseye-slim" +ARG NODE_TAG="22-bullseye-slim" ARG PHP_TAG="8.3-cli-bullseye" ARG COMPOSER_TAG="2.8.3" FROM node:$NODE_TAG AS node_base diff --git a/next/base/python.js.Dockerfile b/next/base/python.js.Dockerfile index ba82f13..697f9eb 100644 --- a/next/base/python.js.Dockerfile +++ b/next/base/python.js.Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_TAG="20-bullseye-slim" +ARG NODE_TAG="22-bullseye-slim" FROM node:$NODE_TAG AS node_base FROM pythonbase diff --git a/next/base/ruby.Dockerfile b/next/base/ruby.Dockerfile index c1b0940..788e3f0 100644 --- a/next/base/ruby.Dockerfile +++ b/next/base/ruby.Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_TAG="20-bullseye-slim" +ARG NODE_TAG="22-bullseye-slim" ARG RUBY_TAG="3.3-slim-bullseye" FROM node:$NODE_TAG AS node_base