mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
added environment argument for golang version (#1361)
* added environment argument for golang version
* Revert: added environment argument for golang version (84298506)
* reverted to specifying go version 1.12 as the default
* fix spacing
This commit is contained in:
committed by
Aaron Schlesinger
parent
99477da3cc
commit
5444309405
+4
-1
@@ -1,4 +1,7 @@
|
||||
FROM golang:1.12
|
||||
ARG GOLANG_VERSION=1.12
|
||||
FROM golang:$GOLANG_VERSION
|
||||
|
||||
RUN echo $GOLANG_VERSION
|
||||
|
||||
RUN mkdir -p /athens/tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user