Update node Docker tag to v22 #30
@@ -1,4 +1,4 @@
|
||||
FROM node:21-slim
|
||||
FROM node:22-slim
|
||||
|
||||
# add curl for healthcheck
|
||||
RUN apt-get update \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:21.7-slim
|
||||
FROM node:22.0-slim
|
||||
|
||||
RUN apt-get update -qq && apt-get install -qy \
|
||||
ca-certificates \
|
||||
|
||||
Reference in New Issue
Block a user