Update node Docker tag to v24 #226

Merged
renovate merged 1 commits from renovate/node-24.x into main 2025-05-11 05:08:37 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:23-slim
FROM node:24-slim
# add curl for healthcheck
RUN apt-get update \

View File

@@ -1,4 +1,4 @@
FROM node:23.11-slim
FROM node:24.0-slim
RUN apt-get update -qq && apt-get install -qy \
ca-certificates \