bumped go to 1.20, psiphon to 2.0.30

This commit is contained in:
swarupsengupta2007
2024-05-04 01:43:14 +05:30
parent b7c19a8c13
commit 5a1caa3f40
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
ARG BUILDPLATFORM=$BUILDPLATFORM
FROM --platform=$BUILDPLATFORM golang:1.18 AS psiphon_builder
FROM --platform=$BUILDPLATFORM golang:1.20 AS psiphon_builder
WORKDIR /go
LABEL stage=builder
ARG VERSION=2.0.23