Update node Docker tag to v24
All checks were successful
renovate / renovate (push) Successful in 2m1s
All checks were successful
renovate / renovate (push) Successful in 2m1s
This commit was merged in pull request #226.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:23-slim
|
||||
FROM node:24-slim
|
||||
|
||||
# add curl for healthcheck
|
||||
RUN apt-get update \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user