Reset Dockerfile to use base version from which this project was based off. Will use build-args to build new images (make.bash)
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ ARG BUILDPLATFORM=$BUILDPLATFORM
|
||||
FROM --platform=$BUILDPLATFORM golang:1.18 AS psiphon_builder
|
||||
WORKDIR /go
|
||||
LABEL stage=builder
|
||||
ARG VERSION=2.0.29
|
||||
ARG VERSION=2.0.23
|
||||
ARG BUILDOS
|
||||
ARG BUILDARCH
|
||||
ARG TARGETS
|
||||
|
||||
Reference in New Issue
Block a user