Skip to content

Commit

Permalink
v1.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-101 committed Oct 27, 2024
1 parent 4c40558 commit 3f8a2c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Build and Push Docker Image
runs-on: ubuntu-latest
env:
LATEST_VERSION: v1.11.8 # Determines :latest tag
LATEST_VERSION: v1.11.9 # Determines :latest tag
strategy:
fail-fast: false
matrix:
Expand All @@ -24,6 +24,7 @@ jobs:
- v1.11.6
- v1.11.7
- v1.11.8
- v1.11.9
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion classic-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
image: redis:alpine
restart: always
panel:
image: ghcr.io/blueprintframework/blueprint:v1.11.8
image: ghcr.io/blueprintframework/blueprint:v1.11.9
restart: always
ports:
- "80:80"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ services:
networks:
- pterodactyl_stack
panel:
image: ghcr.io/blueprintframework/blueprint:v1.11.8
image: ghcr.io/blueprintframework/blueprint:v1.11.9
restart: always
ports:
- "${PANEL_PORT}:${PANEL_PORT}"
Expand Down

0 comments on commit 3f8a2c3

Please sign in to comment.