go1.9
This commit is contained in:
parent
f865c1d212
commit
464d947714
6
box.rb
6
box.rb
|
@ -1,5 +1,5 @@
|
||||||
$repo = "git.xeserv.us/xena/vyvanse"
|
$repo = "git.xeserv.us/xena/vyvanse"
|
||||||
$gover = "1.8.3"
|
$gover = "1.9"
|
||||||
|
|
||||||
from "xena/go-mini:#{$gover}"
|
from "xena/go-mini:#{$gover}"
|
||||||
run "go#{$gover} download"
|
run "go#{$gover} download"
|
||||||
|
@ -24,9 +24,9 @@ folders.each { |x| foldercopy x }
|
||||||
|
|
||||||
gobuild "cmd/vyvanse"
|
gobuild "cmd/vyvanse"
|
||||||
|
|
||||||
cmd "/root/go/bin/vyvanse"
|
cmd "/vyvanse"
|
||||||
|
|
||||||
run "rm -rf $HOME/sdk /root/go/pkg"
|
run "rm -rf $HOME/sdk /root/go/pkg /root/go/bin/vyvanse ||:"
|
||||||
run "apk del go#{$gover}"
|
run "apk del go#{$gover}"
|
||||||
flatten
|
flatten
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,7 @@ services:
|
||||||
|
|
||||||
# the bot and event sourcing ingress
|
# the bot and event sourcing ingress
|
||||||
vyvanse:
|
vyvanse:
|
||||||
|
restart: always
|
||||||
image: xena/vyvanse
|
image: xena/vyvanse
|
||||||
env_file: ./.env
|
env_file: ./.env
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue