From 172174bd3eb900c2bdc800e3701f8add0163dce1 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 16 Jul 2025 18:59:59 +0000 Subject: [PATCH] chore(deps): update node.js to v22.17.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c43dec3..3d518d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/node:22.17.0@sha256:40c53e31698ac66d11c6476c2d7ccae52f737cd21e630397460eb9790e703991 +FROM amd64/node:22.17.1@sha256:c29dbdc0fa40f6756d0b2e9b2af8561587468f2d58657f22934b67d1297d88eb ENV AUDIENCE="https://shiny.unbound.se" ENV ORIGIN_HOST="auth0mock" ENV ORIGIN="https://auth0mock:3333"