config: fix arm64 build

This commit is contained in:
Manuel
2024-08-24 14:42:05 +02:00
parent c008cc92c2
commit 5b5121a609
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:20.2.0-slim as compiler
FROM --platform=linux/amd64 node:20.2.0-slim as compiler
#RUN apt-get update && apt-get -y install git wget openssl