From 1edf6675d8cc6209eae3525dee41dd8506f2b416 Mon Sep 17 00:00:00 2001 From: Stig Ofstad Date: Wed, 5 Jun 2024 15:14:58 +0200 Subject: [PATCH] chore: bump web node image version --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 7abf96c8..d81429b4 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -32,7 +32,7 @@ RUN touch /var/run/nginx.pid && \ USER 1000 # Fails to build styled-common with node 18 -FROM node:16 as base +FROM node:22 as base ARG AUTH_ENABLED=0 ARG REDIRECT_URI=http://localhost/ # Azure AD requires a scope.