Update Forge for 1.16
I uh... hope this fixes the log4j issue
This commit is contained in:
parent
bd2041a886
commit
2e03a1faf8
@ -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
|
||||
|
2
build.sh
2
build.sh
@ -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
|
||||
|
Reference in New Issue
Block a user