From a2aa218a604c31872b8de460bec826dd0363153a Mon Sep 17 00:00:00 2001 From: Crossedfall Date: Sat, 21 Mar 2020 21:38:39 -0500 Subject: [PATCH] Updates to 513.1517 (#1400) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 54affcfdca189..da8ceee542b68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM beestation/byond:513.1513 as base +FROM beestation/byond:513.1517 as base ONBUILD ENV BYOND_MAJOR=513 -ONBUILD ENV BYOND_MINOR=1513 +ONBUILD ENV BYOND_MINOR=1517 FROM base as build_base