Skip to content

Commit 274105b

Browse files
committed
v1.12.3
1 parent 9993756 commit 274105b

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build and Push Docker Image
1616
runs-on: ubuntu-latest
1717
env:
18-
LATEST_VERSION: v1.12.2 # Determines :latest tag
18+
LATEST_VERSION: v1.12.3 # Determines :latest tag
1919
strategy:
2020
fail-fast: false
2121
matrix:
@@ -24,6 +24,7 @@ jobs:
2424
- v1.12.0
2525
- v1.12.1
2626
- v1.12.2
27+
- v1.12.3
2728
steps:
2829
- name: Checkout code
2930
uses: actions/checkout@v4

classic-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ services:
4747
image: redis:alpine
4848
restart: always
4949
panel:
50-
image: ghcr.io/blueprintframework/blueprint:v1.12.2
50+
image: ghcr.io/blueprintframework/blueprint:v1.12.3
5151
restart: always
5252
ports:
5353
- "80:80"

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ services:
9797
networks:
9898
- pterodactyl_stack
9999
panel:
100-
image: ghcr.io/blueprintframework/blueprint:v1.12.2
100+
image: ghcr.io/blueprintframework/blueprint:v1.12.3
101101
restart: always
102102
ports:
103103
- "${PANEL_PORT}:${PANEL_PORT}"
@@ -136,7 +136,7 @@ services:
136136
- pterodactyl_stack
137137
wings:
138138
# See https://github.com/Loki-101/cwings for info about cwings
139-
image: ghcr.io/loki-101/cwings:v1.12.1
139+
image: ghcr.io/loki-101/cwings:v1.12.2
140140
restart: always
141141
ports:
142142
- "${WINGS_PORT}:${WINGS_PORT}"

0 commit comments

Comments
 (0)