Skip to content

Commit

Permalink
set go version on build (#3636)
Browse files Browse the repository at this point in the history
Signed-off-by: Alix Cook <[email protected]>

Signed-off-by: Luke Shumaker <[email protected]>
  • Loading branch information
acookin authored and LukeShu committed Sep 28, 2021
1 parent 17d0f1d commit d66af0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENTRYPOINT [ "/bin/bash" ]

FROM ${builderbase} as golang

ARG version="i-forgot-to-set-version"
ARG version="i-forgot-to-set-build-arg-version"

WORKDIR /go

Expand Down

0 comments on commit d66af0d

Please sign in to comment.