From fd99ee440d3f2bf798bca1dfa22182954a4e9271 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 27 Jul 2018 16:24:06 -0400 Subject: [PATCH] Update CI byond version to 512.1441 (#39308) --- Dockerfile | 2 +- dependencies.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4092ccb418d..dd58c91541d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM tgstation/byond:512.1427 as base +FROM tgstation/byond:512.1441 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 e286a4ed902..b31ec2fb7ef 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=1427 +export BYOND_MINOR=1441 #rust_g git tag export RUST_G_VERSION=0.3.0