Skip to content

Commit e48f0a8

Browse files
committed
v1.12.1
1 parent 79954c3 commit e48f0a8

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ jobs:
1515
name: Build and Push Docker Image
1616
runs-on: ubuntu-latest
1717
env:
18-
LATEST_VERSION: v1.12.0 # Determines :latest tag
18+
LATEST_VERSION: v1.12.1 # Determines :latest tag
1919
strategy:
2020
fail-fast: false
2121
matrix:
2222
version:
2323
- v1.11.11
2424
- v1.12.0
25+
- v1.12.1
2526
steps:
2627
- name: Checkout code
2728
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.0
50+
image: ghcr.io/blueprintframework/blueprint:v1.12.1
5151
restart: always
5252
ports:
5353
- "80:80"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ services:
8888
networks:
8989
- pterodactyl_stack
9090
panel:
91-
image: ghcr.io/blueprintframework/blueprint:v1.12.0
91+
image: ghcr.io/blueprintframework/blueprint:v1.12.1
9292
restart: always
9393
ports:
9494
- "${PANEL_PORT}:${PANEL_PORT}"

0 commit comments

Comments
 (0)