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
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.1.4"
ARG FORGE_VERSION="36.1.13"
# The actual setup work
COPY start-server.sh /minecraft/start-server.sh