mirror of
https://github.com/XTLS/RealiTLScanner.git
synced 2026-09-25 23:57:55 +03:00
fix: update Go version in Dockerfile from 1.22 to 1.26
This commit is contained in:
committed by
yuhan6665
parent
fadc01890d
commit
e5e114747a
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.22-alpine AS build
|
||||
FROM golang:1.26-alpine AS build
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
RUN go build -o RealiTLScanner .
|
||||
|
||||
Reference in New Issue
Block a user