Update node Docker tag to v22 #30

Merged
marco merged 1 commits from renovate/node-22.x into main 2024-04-29 18:28:15 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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 \