Skip to content

Commit cd2ae2e

Browse files
authored
feat: update PaperMC to v1.21.7 (#376)
Release note: https://papermc.io/news/1-21-7/
1 parent 81a24b4 commit cd2ae2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
![Compatibility](https://img.shields.io/badge/PaperMC_Support-v1.21.4-blue)
5+
![Compatibility](https://img.shields.io/badge/PaperMC_Support-v1.21.7-blue)
66
[![CI](https://github.com/Djaytan/docker-papermc-server/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Djaytan/docker-papermc-server/actions/workflows/ci.yml)
77
[![semantic-release: conventional-commits](https://img.shields.io/badge/semantic--release-conventional--commits-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)<br/>
88
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Djaytan_docker-papermc-server&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Djaytan_docker-papermc-server)

src/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ variable "IS_LATEST_RELEASE" {
5858
}
5959
# renovate: datasource=papermc
6060
variable "MINECRAFT_VERSION" {
61-
default = "1.21.4"
61+
default = "1.21.7"
6262
}
6363
variable "IMAGE_VERSION" {
6464
default = "0.0.0"

0 commit comments

Comments
 (0)