mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2026-03-18 14:38:50 +00:00
Update Dockerfile to use Go 1.25 base image (#215)
* Initial plan * Update Dockerfile to use golang:1.25 to match go.mod requirement Co-authored-by: thedavidweng <95214375+thedavidweng@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
parent
76642ae506
commit
8d145722eb
@ -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
|
||||
COPY . .
|
||||
RUN go get -d -v ./
|
||||
|
||||
Loading…
Reference in New Issue
Block a user