go-mini 1.8.3

This commit is contained in:
Cadey Ratio 2017-05-24 15:46:35 -07:00
parent 1fa131a962
commit 1a2b0b4759
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,8 @@
from "xena/alpine" from "xena/alpine"
run "apk add --no-cache go1.8.1" run "apk add --no-cache go1.8.3"
copy "./go", "/usr/bin/go"
flatten flatten
tag "xena/go-mini:1.8" tag "xena/go-mini:1.8"
tag "xena/go-mini:1.8.1" tag "xena/go-mini:1.8.3"

3
lang/go-mini/go Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
exec go1.8.3 $*