From d63540164dff5e14f818af0f37a03e7f5edee4b3 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Thu, 3 Oct 2019 13:52:05 -0500 Subject: [PATCH] Travis to 512.1488 for ?. operator compiler fix ``` The ?. operator didn't handle some complex situations properly where it was the left-hand side of an expression and that expression was in turn the right-hand side of another. ``` Byond fix to ensure the new meme --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a037093576..ec3694c7e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM tgstation/byond:512.1484 as base +FROM tgstation/byond:512.1488 as base FROM base as build_base