Fix build
This commit is contained in:
parent
917a5bc40c
commit
548a5d495c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.24 AS builder
|
||||
FROM golang:1.25 AS builder
|
||||
COPY . /var/app
|
||||
WORKDIR /var/app
|
||||
RUN go mod tidy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue