mirror of
https://github.com/Snawoot/hola-proxy.git
synced 2026-04-12 01:48:17 +00:00
Dockerfile: fixed golang version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang AS build
|
||||
FROM golang:1.19 AS build
|
||||
|
||||
ARG GIT_DESC=undefined
|
||||
|
||||
|
||||
Reference in New Issue
Block a user