diff --git a/CHANGELOG.md b/CHANGELOG.md index 29dedf1..531c683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ - Bumped `hadolint/hadolint-action` in `ci.yml` from v3.3.0 to v3.4.0 (hadolint 2.14.0 → 2.15.0) - `just lint` pins `ghcr.io/hadolint/hadolint:v2.15.0-debian` instead of tracking `:latest`, so local linting and CI run the same ruleset - Dependabot no longer opens minor/patch PRs for `actions/*`, `docker/*` and `github/codeql-action`, which are pinned at the major tag on purpose -- Bumped AMX Mod X pin from build 5478 to 5479 +- Bumped AMX Mod X pin from build 5478 to 5481 - Bumped shellcheck pin in `ci.yml` from v0.10.0 to v0.11.0 -- README stack list resynced to the versions actually pinned in the Containerfile (ReHLDS 3.15.0.896, ReGameDLL_CS 5.30.0.814, ReAPI 5.29.0.358, AMX Mod X build 5479) +- README stack list resynced to the versions actually pinned in the Containerfile (ReHLDS 3.15.0.896, ReGameDLL_CS 5.30.0.814, ReAPI 5.29.0.358, AMX Mod X build 5481) - Migrated base images from Debian 12 (Bookworm) to Debian 13 (Trixie) in both builder and runtime stages - AMX Mod X plugin compile loop fails fast (`|| exit 1`) on any plugin error - Quadlet `Volume` paths updated from hardcoded `~/Development/cs-server/` to `~/.config/cs-server/` to match `install.sh` behaviour diff --git a/Containerfile b/Containerfile index f594edf..8662bcf 100644 --- a/Containerfile +++ b/Containerfile @@ -11,7 +11,7 @@ ARG REHLDS_VERSION=3.15.0.896 ARG REGAMEDLL_VERSION=5.30.0.814 ARG METAMOD_VERSION=1.3.0.149 ARG REAPI_VERSION=5.29.0.358 -ARG AMXMODX_BUILD=5479 +ARG AMXMODX_BUILD=5481 # --------------------------------------------------------------------------- # Stage 1: Builder — SteamCMD + HLDS + ReHLDS stack diff --git a/README.md b/README.md index cab3a1c..04a13d4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Containerized Counter-Strike 1.6 scoutzknivez server using the ReHLDS stack. - **ReHLDS** 3.15.0.896 — reverse-engineered engine - **ReGameDLL_CS** 5.30.0.814 — reverse-engineered game DLL - **Metamod-R** 1.3.0.149 — plugin loader -- **AMX Mod X** 1.10.0 (build 5479) — scripting platform +- **AMX Mod X** 1.10.0 (build 5481) — scripting platform - **ReAPI** 5.29.0.358 — extended API ## Install