From aae54e928a3b56902043314602f9654e60c56c54 Mon Sep 17 00:00:00 2001 From: Yared Yemane Date: Thu, 22 Jan 2026 06:24:11 -0800 Subject: [PATCH] updated Dockerfile to use 1.25.5 Golang version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3916847..a03c56c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Builder stage -FROM golang:1.24-alpine AS builder +FROM golang:1.25.5-alpine AS builder WORKDIR /app COPY go.mod go.sum ./