Update Forge for 1.16

I uh... hope this fixes the log4j issue
This commit is contained in:
Salt 2021-12-20 12:26:22 -06:00
parent bd2041a886
commit 2e03a1faf8
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -10,7 +10,7 @@ declare -a mcversions=(
# Forge version dictionary (we only support one version per)
declare -A forgeversions=(
["1.16.5"]="36.1.13"
["1.16.5"]="36.2.22"
)
# Build images