-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tf2-tftrue): downgrade TFTrue to build 209
- Loading branch information
1 parent
6428c91
commit 9f711ab
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM melkortf/tf2-sourcemod:latest | ||
LABEL maintainer="[email protected]" | ||
|
||
ARG TFTRUE_URL=https://github.com/AnAkkk/TFTrue/raw/public/release/TFTrue.so | ||
ARG TFTRUE_URL=https://github.com/AnAkkk/TFTrue/raw/1867de3cf3dd77afdef6ee4c3929f6e94772cb35/release/TFTrue.so | ||
|
||
COPY TFTrue.vdf "${SERVER_DIR}/tf/addons/TFTrue.vdf" | ||
COPY checksum.md5 . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
d9723f8a28c075fc33379f56f3667f30 TFTrue.so | ||
7894f30173c56ee9bf97f1bc9b7ed066 TFTrue.so |