updated Dockerfile to use 1.25.5 Golang version

This commit is contained in:
Yared Yemane 2026-01-22 06:24:11 -08:00
parent 963cfbed29
commit aae54e928a

View File

@ -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 ./