fix(docker): update base image to amd64 version

Updates the Dockerfile to use the amd64 variant of the Node.js 
base image. This change ensures compatibility with the target 
architecture for improved performance and stability.
This commit is contained in:
2025-02-26 18:34:04 +01:00
parent 892aff02b1
commit 0236562cab
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:22.14.0@sha256:2094ac60fa9f3df66c87f93e3ec4ab1e296f0a4d2ba3eed3f2d367529a3118b1 FROM amd64/node:22.14.0@sha256:32ad68e28d3eb06c388fc9d87f2143c2df157d4e99ade9024189513238c0b838
ENV PATH=${PATH}:/root/.local/bin ENV PATH=${PATH}:/root/.local/bin