2 Commits

Author SHA1 Message Date
df3c6166ac Bump Forge to 1.16.5-36.1.13 2021-05-11 21:02:24 -05:00
7bd0953dad Update README 2021-04-09 16:56:32 -05:00
2 changed files with 5 additions and 3 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

View File

@@ -7,10 +7,12 @@ A Dockerfile and some assorted scripts to build a Minecraft Forge server contain
Deploy as expected:
```bash
docker run -p 25565:25565 rehashedsalt/minecraft-forge
docker run -p 25565:25565 rehashedsalt/minecraft-forge:1.16.5-36.1.4-1.0.0
```
And badda bing, badda boom, you'll have a Minecraft Forge server of whatever the latest stable is.
And badda bing, badda boom, you'll have a Minecraft Forge server of whatever the tag is.
For obvious reason, you **should never use the :latest tag!**
## Application State