From 4ee60276127f7344c50a8e3ecd842dbe36644370 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sat, 29 Nov 2025 23:58:52 +0530 Subject: [PATCH] fixes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ac8be5..3d73fe2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ----------------------------------------------------- # 1. Build the Nakama plugin # ----------------------------------------------------- -FROM --platform=linux/arm64 golang:1.22 AS plugin_builder +FROM --platform=linux/arm64 golang:1.21.6 AS plugin_builder RUN apt-get update && apt-get install -y \ build-essential \