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:
swarupsengupta2007
2023-04-05 18:18:53 +05:30
parent a67d4424c3
commit e29b256f92
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -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