From 77f1fdfd760a49791d35ff18a786a93b4a6f948d Mon Sep 17 00:00:00 2001 From: db123-test Date: Mon, 4 May 2026 10:52:00 +0330 Subject: [PATCH] chore: updated go version in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e6613f..3d88345 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # The build stage compiles the binary, and the runtime stage copies # only the binary and the required configuration. -FROM docker.iranserver.com/golang:1.21-alpine AS builder +FROM docker.iranserver.com/golang:1.26-alpine AS builder WORKDIR /app RUN /usr/local/go/bin/go env -w GOPROXY=https://go.iranserver.com/repository/go/ \