Update node Docker tag to v23 #168
@@ -1,4 +1,4 @@
|
||||
FROM node:22-slim
|
||||
FROM node:23-slim
|
||||
|
||||
# add curl for healthcheck
|
||||
RUN apt-get update \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:22.11-slim
|
||||
FROM node:23.1-slim
|
||||
|
||||
RUN apt-get update -qq && apt-get install -qy \
|
||||
ca-certificates \
|
||||
|
||||
Reference in New Issue
Block a user