Bump Forge ver

This commit is contained in:
Salt 2022-02-09 15:57:14 -06:00
parent b4fc6a2654
commit 6dfd52c7d9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM alpine:latest AS build
# Args
ARG MINECRAFT_VERSION="1.16.5"
ARG FORGE_VERSION="36.2.22"
ARG FORGE_VERSION="36.2.26"
# The actual setup work
COPY start-server.sh /minecraft/start-server.sh