feat(docker): define default GO_VERSION
This commit is contained in:
parent
7e99f62221
commit
0592e6aa27
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
ARG GO_VERSION=latest
|
||||
|
||||
FROM golang:${GO_VERSION}
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue