#!/bin/sh if [[ -z $VERSION ]] ; then VERSION=1.20.2; fi; docker build -t "minecraft:forge-$VERSION" . --build-arg VERSION=$VERSION