Bump Forge to 1.16.5-36.1.13

This commit is contained in:
Salt 2021-05-11 21:02:24 -05:00
parent 7bd0953dad
commit df3c6166ac

View File

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