mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Bump BYOND version to 1448 (#40255)
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM tgstation/byond:512.1441 as base
|
||||
FROM tgstation/byond:512.1448 as base
|
||||
#above version must be the same as the one in dependencies.sh
|
||||
|
||||
FROM base as build_base
|
||||
|
||||
+1
-1
@@ -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=1441
|
||||
export BYOND_MINOR=1448
|
||||
|
||||
#rust_g git tag
|
||||
export RUST_G_VERSION=0.4.0
|
||||
|
||||
Reference in New Issue
Block a user