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.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user