From 5d4374bd8f763a380137099421c551ddb0e75057 Mon Sep 17 00:00:00 2001 From: majcek210 <155429915+majcek210@users.noreply.github.com> Date: Mon, 19 Jan 2026 19:14:41 +0100 Subject: [PATCH] feat(service): update pterodactyl version (#7981) --- templates/compose/pterodactyl-panel.yaml | 2 +- templates/compose/pterodactyl-with-wings.yaml | 4 ++-- templates/compose/wings.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/compose/pterodactyl-panel.yaml b/templates/compose/pterodactyl-panel.yaml index fbd88bbfb..9a3f6c779 100644 --- a/templates/compose/pterodactyl-panel.yaml +++ b/templates/compose/pterodactyl-panel.yaml @@ -32,7 +32,7 @@ services: retries: 3 pterodactyl: - image: ghcr.io/pterodactyl/panel:latest + image: ghcr.io/pterodactyl/panel:v1.12.0 volumes: - "panel-var:/app/var/" - "panel-nginx:/etc/nginx/http.d/" diff --git a/templates/compose/pterodactyl-with-wings.yaml b/templates/compose/pterodactyl-with-wings.yaml index adda9e3c9..6e1e3614c 100644 --- a/templates/compose/pterodactyl-with-wings.yaml +++ b/templates/compose/pterodactyl-with-wings.yaml @@ -33,7 +33,7 @@ services: timeout: 1s retries: 3 pterodactyl: - image: 'ghcr.io/pterodactyl/panel:v1.11.11' + image: 'ghcr.io/pterodactyl/panel:v1.12.0' volumes: - 'panel-var:/app/var/' - 'panel-nginx:/etc/nginx/http.d/' @@ -109,7 +109,7 @@ services: - MAIL_PASSWORD=$MAIL_PASSWORD - MAIL_ENCRYPTION=$MAIL_ENCRYPTION wings: - image: 'ghcr.io/pterodactyl/wings:v1.11.13' + image: 'ghcr.io/pterodactyl/wings:v1.12.1' restart: unless-stopped ports: - "2022:2022" diff --git a/templates/compose/wings.yaml b/templates/compose/wings.yaml index 059f7b0b6..96c47d95f 100644 --- a/templates/compose/wings.yaml +++ b/templates/compose/wings.yaml @@ -7,7 +7,7 @@ services: wings: - image: "ghcr.io/pterodactyl/wings:latest" + image: "ghcr.io/pterodactyl/wings:v1.12.1" environment: - SERVICE_URL_WINGS_8443 - "TZ=${TIMEZONE:-UTC}"