Skip to content

Commit

Permalink
Update to Minecraft 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eiskrenkov committed Oct 25, 2024
1 parent 005be6c commit f03e74e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build image and Push it to GPR
on:
push:
branches:
- 'production'
- master

jobs:
docker:
Expand All @@ -28,4 +28,4 @@ jobs:
with:
file: Dockerfile.spigot
push: true
tags: ghcr.io/${{ github.repository_owner }}/hiwell:spigot-1.21.1
tags: ghcr.io/${{ github.repository_owner }}/hiwell:spigot-1.21.3
2 changes: 1 addition & 1 deletion Dockerfile.spigot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG MINECRAFT_VERSION=1.21.1
ARG MINECRAFT_VERSION=1.21.3

# Step 1 - Download required resources
FROM ruby:3.0.0-alpine AS downloads
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.vanilla
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG MINECRAFT_VERSION=1.21.1
ARG MINECRAFT_VERSION=1.21.3

# Step 1
FROM ruby:3.0.0-alpine AS server-download
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-production.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: '3.9'
version: "3.9"

services:
hiwell:
image: ghcr.io/eiskrenkov/hiwell:spigot-1.21.1
image: ghcr.io/eiskrenkov/hiwell:spigot-1.21.3
env_file:
- .env
ports:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: '3.9'
version: "3.9"

services:
minecraft:
image: ghcr.io/eiskrenkov/hiwell:spigot-1.21.1
image: ghcr.io/eiskrenkov/hiwell:spigot-1.21.3
platform: linux/x86_64
build:
context: .
Expand Down
2 changes: 1 addition & 1 deletion minecraft/server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ enable-command-block=false
enable-query=false
generator-settings=
level-name=world
motd=\u00A76\u00A7lHi\u00A7e\u00A7lWell \u00A7c\u00A7l1.21.1
motd=\u00A76\u00A7lHi\u00A7e\u00A7lWell \u00A7c\u00A7l1.21.3
query.port=25565
pvp=true
generate-structures=true
Expand Down

0 comments on commit f03e74e

Please sign in to comment.