Skip to content

Commit

Permalink
Bump BYOND version to 1448 (tgstation#40255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss authored and ShizCalev committed Sep 14, 2018
1 parent 9eea896 commit eac43e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eac43e6

Please sign in to comment.