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}"