updated Dockerfile to use 1.25.5 Golang version
This commit is contained in:
parent
963cfbed29
commit
aae54e928a
|
|
@ -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 ./
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user