CI(deps): Update dependency node to v22
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
34da9e2dfa
commit
e914b3cf47
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
v20.18.0
|
||||
22.11.0
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue