Skip to content

Commit

Permalink
Bump to 0.218.15 - Welcome to Ashlands (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
zedalaye authored May 16, 2024
1 parent c8aff8e commit 251a3f7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Alternatives:
[`quay.io/adaliszk/valheim-server`](https://quay.io/adaliszk/valheim-server)

- `vanilla` `latest` - always the latest stable build of the server
- `0.217.46`, `0.217` - the server version released on 10/04/2024
- `0.218.15`, `0.218` - the server version released on 14/05/2024
- `bepinex-5.4.2105` `bepinex-5.4.21` `bepinex-5.4` `bepinex` - latest server using [denkinson's BepInEx](https://valheim.thunderstore.io/package/denikson/BepInExPack_Valheim) mod loader
- `plus-0.9.9.11` `plus-0.9.9` `plus-0.9` `plus` - the latest server using [Valheim Plus](https://github.com/valheimPlus/ValheimPlus) mod
- `develop` - build any actively testing branch
Expand Down
2 changes: 1 addition & 1 deletion images/bepinex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN wget -O "${MOD_ARHIVE}" "${MOD_SOURCE}" \

# Install modpack on top of the Vanilla server
# =================================================================================================
FROM adaliszk/valheim-server:0.217.46 as server-modded
FROM adaliszk/valheim-server:0.218.15 as server-modded
ENV SERVER_NAME="Valheim Server with BepInEx" \
MOD_PATH="/mod-bepinex" \
MOD_VERSION="5.4.2105"
Expand Down
12 changes: 6 additions & 6 deletions images/bepinex/Dockertag
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
0.217.46-bepinex-5.4.2105
0.217-bepinex-5.4.2105
0.217.46-bepinex-5.4.21
0.217-bepinex-5.4.21
0.217.46-bepinex-5.4
0.217-bepinex-5.4
0.218.15-bepinex-5.4.2105
0.218-bepinex-5.4.2105
0.218.15-bepinex-5.4.21
0.218-bepinex-5.4.21
0.218.15-bepinex-5.4
0.218-bepinex-5.4
bepinex-5.4.2105
bepinex-5.4.21
bepinex-5.4
Expand Down
2 changes: 1 addition & 1 deletion images/vanilla/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# =================================================================================================
FROM steamcmd/steamcmd:ubuntu as steam
ENV APP_ID="896660" \
APP_VERSION="0.217.46" \
APP_VERSION="0.218.15" \
APP_PATH="/server"

# hadolint ignore=DL3018,DL3008
Expand Down
4 changes: 2 additions & 2 deletions images/vanilla/Dockertag
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.217.46
0.217
0.218.15
0.218
vanilla
latest

0 comments on commit 251a3f7

Please sign in to comment.