Compare commits

...

5 Commits

Author SHA1 Message Date
Shlee
2e2be35486
Merge f6f629d4da into 624c024766 2025-09-03 10:07:13 +00:00
Shlee
f6f629d4da
Merge branch 'main' into patch-12 2025-09-01 22:23:20 +10:00
Shlee
89a93d7c46
Update .nvmrc 2025-08-30 00:03:33 +09:30
Shlee
37cdf41895
Update Dockerfile 2025-08-30 00:02:57 +09:30
Shlee
0255ca283b
Update Dockerfile 2025-08-30 00:00:19 +09:30
3 changed files with 3 additions and 3 deletions

2
.nvmrc
View File

@ -1 +1 @@
22.19 24.7

View File

@ -16,7 +16,7 @@ ARG BASE_REGISTRY="docker.io"
ARG RUBY_VERSION="3.4.5" ARG RUBY_VERSION="3.4.5"
# # Node.js version to use in base image, change with [--build-arg NODE_MAJOR_VERSION="20"] # # Node.js version to use in base image, change with [--build-arg NODE_MAJOR_VERSION="20"]
# renovate: datasource=node-version depName=node # renovate: datasource=node-version depName=node
ARG NODE_MAJOR_VERSION="22" ARG NODE_MAJOR_VERSION="24"
# Debian image to use for base image, change with [--build-arg DEBIAN_VERSION="trixie"] # Debian image to use for base image, change with [--build-arg DEBIAN_VERSION="trixie"]
ARG DEBIAN_VERSION="trixie" ARG DEBIAN_VERSION="trixie"
# Node.js image to use for base image based on combined variables (ex: 20-trixie-slim) # Node.js image to use for base image based on combined variables (ex: 20-trixie-slim)

View File

@ -10,7 +10,7 @@ ARG BASE_REGISTRY="docker.io"
# Node version to use in base image, change with [--build-arg NODE_MAJOR_VERSION="20"] # Node version to use in base image, change with [--build-arg NODE_MAJOR_VERSION="20"]
# renovate: datasource=node-version depName=node # renovate: datasource=node-version depName=node
ARG NODE_MAJOR_VERSION="22" ARG NODE_MAJOR_VERSION="24"
# Debian image to use for base image, change with [--build-arg DEBIAN_VERSION="trixie"] # Debian image to use for base image, change with [--build-arg DEBIAN_VERSION="trixie"]
ARG DEBIAN_VERSION="trixie" ARG DEBIAN_VERSION="trixie"
# Node image to use for base image based on combined variables (ex: 20-trixie-slim) # Node image to use for base image based on combined variables (ex: 20-trixie-slim)