From 34b1d1d8785e5c65b5ea5e46ec587208fcb451ee Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Tue, 9 Oct 2018 11:06:33 -0700 Subject: [PATCH] Make travis go fast (update BYOND to 512.1452) (#40796) Gotta go fast. --- Dockerfile | 2 +- dependencies.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0b03f530e9d86..fa8685bc8ac75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/dependencies.sh b/dependencies.sh index 1b61b37c882cf..93dc308e91e36 100755 --- a/dependencies.sh +++ b/dependencies.sh @@ -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