Skip to content

Commit

Permalink
Merge pull request #78 from startersclan/docs/bump-bf2stats-variants-…
Browse files Browse the repository at this point in the history
…to-bf2stats-2.4.5

Docs: Bump `bf2stats` variants to `bf2stats-2.4.5`
  • Loading branch information
leojonathanoh committed Jan 31, 2023
2 parents cd207c4 + 9ed0123 commit 7bc91c9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Generate-DockerImageVariants .

```sh
# Replace occurrences with new semver
git ls-files | grep -E '^(docs|generate)' | xargs sed -i 's/2.3.3/2.4.1/'
git ls-files | grep -E '^docs' | xargs sed -i 's/2.4.1/2.4.5/'

# Update the sha256sum of archives if needed
vi generate/templates/Dockerfile.ps1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# BF2Statistics 2.4.1 - Config File
# BF2Statistics 2.4.5 - Config File
# ------------------------------------------------------------------------------
# Conventions:
# 0 -> Disable
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/v1.5-bf2hub-bf2stats-2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
# It works by spoofing Gamespy DNS to use BF2Hub as the master server, and spoofing Gamespy DNS to use your ASP web server as the stats system.
# For a full bf2stats 2 stack example, see https://github.com/startersclan/bf2stats
bf2:
image: startersclan/docker-bf2:v1.5.3153.0-bf2stats-2.4.1
image: startersclan/docker-bf2:v1.5.3153.0-bf2stats-2.4.5
volumes:
- ./config/bf2/mods/bf2/ai/aidefault-custom.ai:/server/bf2/mods/bf2/ai/aidefault.ai:ro # Customize bots
- ./config/bf2/mods/bf2/ai/aibehaviours-fixlookatwrapper.ai:/server/bf2/mods/bf2/ai/aibehaviours.ai:ro # LoopAtWrapper fix
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# BF2Statistics 2.4.1 - Config File
# BF2Statistics 2.4.5 - Config File
# ------------------------------------------------------------------------------
# Conventions:
# 0 -> Disable
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/v1.5-bf2stats-2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
# It works by spoofing Gamespy DNS to use your private master server, and spoofing Gamespy DNS to use your ASP web server as the stats system.
# For a full bf2stats 2 stack example, see https://github.com/startersclan/bf2stats
bf2:
image: startersclan/docker-bf2:v1.5.3153.0-bf2stats-2.4.1
image: startersclan/docker-bf2:v1.5.3153.0-bf2stats-2.4.5
volumes:
- ./config/bf2/mods/bf2/ai/aidefault-custom.ai:/server/bf2/mods/bf2/ai/aidefault.ai:ro # Customize bots
- ./config/bf2/mods/bf2/ai/aibehaviours-fixlookatwrapper.ai:/server/bf2/mods/bf2/ai/aibehaviours.ai:ro # LoopAtWrapper fix
Expand Down

0 comments on commit 7bc91c9

Please sign in to comment.