CI(deps): Update Node.js

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-11 13:12:32 +00:00 committed by GitHub
parent d1c5b83a3d
commit 46bb7bef9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
22.13.0
22.14.0

View file

@ -1,4 +1,4 @@
FROM node:20-bullseye-slim
FROM node:22-bullseye-slim
# Install utilities
RUN apt-get update --fix-missing && apt-get install -y python build-essential && apt-get clean