From fa022bb9e004efd9f08ac9f9f5c82807c97bfb5e Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 26 Feb 2025 18:35:42 +0100 Subject: [PATCH] ci(Dockerfile): update Node.js base image version Replace Node.js base image with a specific amd64 version to ensure compatibility and stability in the build process. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca9e4b8..bc2d0c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22@sha256:2094ac60fa9f3df66c87f93e3ec4ab1e296f0a4d2ba3eed3f2d367529a3118b1 +FROM amd64/node:22.14.0@sha256:32ad68e28d3eb06c388fc9d87f2143c2df157d4e99ade9024189513238c0b838 ENV AUDIENCE="https://shiny.unbound.se" ENV ORIGIN_HOST="auth0mock" ENV ORIGIN="https://auth0mock:3333"