From 950a706bb6cfa6581d071db2cf36c0c1e3a3676d Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 25 Sep 2025 01:12:26 +0000 Subject: [PATCH] chore(deps): update node.js to v22.20.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d9c7d6..ec5a8f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/node:22.19.0@sha256:2e68a734df62614a865eb87d65b263aad4f4f6d6ad10365088919797081e5db9 +FROM amd64/node:22.20.0@sha256:363f22431f0fc3a1e782ffa517b700eadfb107169d4d80c3a4efff88b64441c7 ENV AUDIENCE="https://shiny.unbound.se" ENV ORIGIN_HOST="auth0mock" ENV ORIGIN="https://auth0mock:3333"