Update dependency node to v22 (#32689)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		@@ -9,7 +9,7 @@ ARG BUILDPLATFORM=${BUILDPLATFORM}
 | 
			
		||||
 | 
			
		||||
# Node version to use in base image, change with [--build-arg NODE_MAJOR_VERSION="20"]
 | 
			
		||||
# renovate: datasource=node-version depName=node
 | 
			
		||||
ARG NODE_MAJOR_VERSION="20"
 | 
			
		||||
ARG NODE_MAJOR_VERSION="22"
 | 
			
		||||
# Debian image to use for base image, change with [--build-arg DEBIAN_VERSION="bookworm"]
 | 
			
		||||
ARG DEBIAN_VERSION="bookworm"
 | 
			
		||||
# Node image to use for base image based on combined variables (ex: 20-bookworm-slim)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user