mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-07-01 20:42:07 +00:00
Update Dockerfile.backend
v go 1.24.3
This commit is contained in:
parent
ac7bb05708
commit
2f4046fb08
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Stage 1: Build the Go application
|
# Stage 1: Build the Go application
|
||||||
FROM golang:1.21-alpine AS builder
|
FROM golang:1.24.3-alpine AS builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue