Skip to content

Commit

Permalink
Merge pull request #192 from ShotaroMatsuya/chore/revert-1.20.3
Browse files Browse the repository at this point in the history
revert to v1.20.2
  • Loading branch information
ShotaroMatsuya authored Dec 10, 2023
2 parents cb76db9 + 6ca2264 commit 1adce10
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Static Badge](https://img.shields.io/badge/minecraft-v1.20.3-blue)
![Static Badge](https://img.shields.io/badge/minecraft-v1.20.2-blue)
[![drift](https://github.com/ShotaroMatsuya/minecraft-server-automation/actions/workflows/drift.yml/badge.svg)](https://github.com/ShotaroMatsuya/minecraft-server-automation/actions/workflows/drift.yml)
[![Matrix Docker Build with Snyk Scan](https://github.com/ShotaroMatsuya/minecraft-server-automation/actions/workflows/build_image.yml/badge.svg)](https://github.com/ShotaroMatsuya/minecraft-server-automation/actions/workflows/build_image.yml)
[![Start and Stop Workflow](https://github.com/ShotaroMatsuya/minecraft-server-automation/actions/workflows/schedule_job.yml/badge.svg)](https://github.com/ShotaroMatsuya/minecraft-server-automation/actions/workflows/schedule_job.yml)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- "25565:25565"
- "8123:8123"
environment:
VERSION: 1.20.3
VERSION: 1.20.2
EULA: "TRUE"
# # # Use SPIGOT server type + install Plugins
TYPE: SPIGOT
Expand Down
2 changes: 1 addition & 1 deletion docker/minecraft/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV S3_BUCKET_NAME="minecraftbucket"
ENV S3_PREFIX_NAME="backups-path"
ENV WEBHOOK_PATH="webhook-path"

ENV VERSION="1.20.3"
ENV VERSION="1.20.2"
ENV TYPE="SPIGOT"

WORKDIR /data
Expand Down
2 changes: 1 addition & 1 deletion docker/minecraft/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=linux/x86_64 itzg/minecraft-server@sha256:9572e43b212afcc4003ab7

ENV TZ=Asia/Tokyo

ENV VERSION="1.20.3"
ENV VERSION="1.20.2"
ENV TYPE="SPIGOT"

WORKDIR /data
Expand Down
2 changes: 1 addition & 1 deletion docker/minecraft/Dockerfile.restore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV S3_BUCKET_NAME="minecraftbucket"
ENV S3_PREFIX_NAME="backups-path"
ENV WEBHOOK_PATH="webhook-path"

ENV VERSION="1.20.3"
ENV VERSION="1.20.2"
ENV TYPE="SPIGOT"

WORKDIR /data
Expand Down

0 comments on commit 1adce10

Please sign in to comment.