Skip to content

Commit

Permalink
chore: bump vanilla to 0.217.29 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
zedalaye authored Nov 8, 2023
1 parent f7c797e commit f09a637
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.25`, `0.217` - the server version released on 17/10/2023
- `0.217.29`, `0.217` - the server version released on 08/11/2023
- `0.215.2`, `0.215` - the server version released on 12/04/2023
- `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
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.25 as server-modded
FROM adaliszk/valheim-server:0.217.29 as server-modded
ENV SERVER_NAME="Valheim Server with BepInEx" \
MOD_PATH="/mod-bepinex" \
MOD_VERSION="5.4.2105"
Expand Down
6 changes: 3 additions & 3 deletions images/bepinex/Dockertag
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
0.217.25-bepinex-5.4.2105
0.217.29-bepinex-5.4.2105
0.217-bepinex-5.4.2105
0.217.25-bepinex-5.4.21
0.217.29-bepinex-5.4.21
0.217-bepinex-5.4.21
0.217.25-bepinex-5.4
0.217.29-bepinex-5.4
0.217-bepinex-5.4
bepinex-5.4.2105
bepinex-5.4.21
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.25" \
APP_VERSION="0.217.29" \
APP_PATH="/server"

# hadolint ignore=DL3018,DL3008
Expand Down
2 changes: 1 addition & 1 deletion images/vanilla/Dockertag
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.217.25
0.217.29
0.217
vanilla
latest

0 comments on commit f09a637

Please sign in to comment.