mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2026-03-18 22:48:51 +00:00
Merge pull request #1 from thedavidweng/copilot/update-dockerfile-go-version
fix: bump Dockerfile Go base image to 1.25 to match go.mod constraint
This commit is contained in:
commit
b09f664e47
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.24.2 AS builder
|
FROM golang:1.25 AS builder
|
||||||
WORKDIR /go/src/github.com/OwO-Network/DeepLX
|
WORKDIR /go/src/github.com/OwO-Network/DeepLX
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN go get -d -v ./
|
RUN go get -d -v ./
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user