diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 9e28f8b..b971789 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -3,7 +3,7 @@ name: Build image and Push it to GPR on: push: branches: - - 'production' + - master jobs: docker: @@ -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 diff --git a/Dockerfile.spigot b/Dockerfile.spigot index 80dc896..2a85b20 100644 --- a/Dockerfile.spigot +++ b/Dockerfile.spigot @@ -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 diff --git a/Dockerfile.vanilla b/Dockerfile.vanilla index 53e5631..6864192 100644 --- a/Dockerfile.vanilla +++ b/Dockerfile.vanilla @@ -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 diff --git a/docker-compose-production.yml b/docker-compose-production.yml index f6c087f..3f601b6 100644 --- a/docker-compose-production.yml +++ b/docker-compose-production.yml @@ -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: diff --git a/docker-compose.yml b/docker-compose.yml index 52a8884..6e972e5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: . diff --git a/minecraft/server.properties b/minecraft/server.properties index f3861ed..1d71ecd 100644 --- a/minecraft/server.properties +++ b/minecraft/server.properties @@ -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