Update node Docker tag to v22.1

This commit is contained in:
Renovate Bot
2024-05-04 00:07:04 +00:00
parent c76d69eded
commit 1e4ad4a033

View File

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