fixes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-29 23:58:52 +05:30
parent 389e77e2ae
commit 4ee6027612

View File

@@ -1,7 +1,7 @@
# ----------------------------------------------------- # -----------------------------------------------------
# 1. Build the Nakama plugin # 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 \ RUN apt-get update && apt-get install -y \
build-essential \ build-essential \