Skip to content

Commit

Permalink
Merge pull request #4 from terencewestphal/develop
Browse files Browse the repository at this point in the history
Update Minecraft Server to version 1.12.1
  • Loading branch information
Terence Westphal authored Aug 20, 2017
2 parents c802eb4 + 5573ef9 commit 80185ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM openjdk:alpine

LABEL maintainer "Terence Westphal"
LABEL maintainer="Terence Westphal"

# Use default value if the build argument is not set
ARG VERSION=1.12
ARG VERSION=1.12.1

ENV MC_VERSION=${VERSION}
ENV PACKAGE="/opt/minecraft"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Supported tags and Dockerfile

- `1.12`, `latest` ([Dockerfile](https://raw.githubusercontent.com/terencewestphal/docker-minecraft/1.12/Dockerfile))
- `1.12`, `1.12.1`, `latest` ([Dockerfile](https://raw.githubusercontent.com/terencewestphal/docker-minecraft/1.12.1/Dockerfile))
- `1.11.2` ([Dockerfile](https://raw.githubusercontent.com/terencewestphal/docker-minecraft/1.11.2/Dockerfile))


Expand All @@ -24,7 +24,7 @@ docker pull terencewestphal/minecraft:latest

Get a specific version:
```
docker pull terencewestphal/minecraft:1.12
docker pull terencewestphal/minecraft:1.12.1
```

### Build
Expand All @@ -36,7 +36,7 @@ docker build -t minecraft .

Optional: Build with a specific Minecraft version:
```
docker build --build-arg VERSION=1.12 -t minecraft .
docker build --build-arg VERSION=1.12.1 -t minecraft .
```

### Run
Expand Down

0 comments on commit 80185ac

Please sign in to comment.