Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Valheim vanilla to 0.217.29 #56

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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