From e45ebd128d0dd6c9f1ff991ea661113c077e0736 Mon Sep 17 00:00:00 2001 From: gyurix Date: Sat, 13 Jul 2024 23:31:08 +0200 Subject: [PATCH] missed build platform variable in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a11111..b7c1e87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG BUILDPLATFORM -FROM alpine:latest +FROM --platform=$BUILDPLATFORM alpine:latest ENV NGINX_VERSION=1.25.4 ARG PHP_VERSION="83"