Make travis go fast (update BYOND to 512.1452) (#40796)

Gotta go fast.
This commit is contained in:
Kyle Spier-Swenson
2018-10-09 11:06:33 -07:00
committed by Tad Hardesty
parent 420e151dae
commit 34b1d1d878
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM tgstation/byond:512.1448 as base
FROM tgstation/byond:512.1452 as base
#above version must be the same as the one in dependencies.sh
FROM base as build_base
+1 -1
View File
@@ -7,7 +7,7 @@
#note, this also needs to be changed in the Dockerfile's initial FROM command
#If someone has an idea for how to set that version within the Dockerfile itself without any other dependencies, feel free to PR it
export BYOND_MAJOR=512
export BYOND_MINOR=1448
export BYOND_MINOR=1452
#rust_g git tag
export RUST_G_VERSION=0.4.1