Skip to content

Commit

Permalink
fix(shulker-operator): upgrade itzg docker images
Browse files Browse the repository at this point in the history
Signed-off-by: Rigner <[email protected]>
  • Loading branch information
Rigner authored and jeremylvln committed Jan 14, 2025
1 parent 92b9fbd commit 9113fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shulker-operator/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ pub const SHULKER_PLUGIN_VERSION: &str =
#[cfg(not(debug_assertions))]
pub const SHULKER_PLUGIN_VERSION: &str = env!("CARGO_PKG_VERSION");

pub const PROXY_IMAGE: &str = "itzg/mc-proxy:2024.6.0-java21";
pub const MINECRAFT_SERVER_IMAGE: &str = "itzg/minecraft-server:2024.7.2-java21";
pub const PROXY_IMAGE: &str = "itzg/mc-proxy:2025.1.0-java21";
pub const MINECRAFT_SERVER_IMAGE: &str = "itzg/minecraft-server:2025.1.0-java21";

0 comments on commit 9113fe6

Please sign in to comment.