fix: update Go version in Dockerfile from 1.22 to 1.26

This commit is contained in:
Konstantin Larin
2026-05-29 21:28:32 -04:00
committed by yuhan6665
parent fadc01890d
commit e5e114747a
+1 -1
View File
@@ -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 .