Skip to content

Commit

Permalink
Update to v1.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-101 committed Oct 24, 2024
1 parent 25c6521 commit 4c40558
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,14 +15,15 @@ jobs:
name: Build and Push Docker Image
runs-on: ubuntu-latest
env:
LATEST_VERSION: v1.11.7 # Determines :latest tag
LATEST_VERSION: v1.11.8 # Determines :latest tag
strategy:
fail-fast: false
matrix:
version:
- v1.11.5
- v1.11.6
- v1.11.7
- v1.11.8
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.7
image: ghcr.io/blueprintframework/blueprint:v1.11.8
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.7
image: ghcr.io/blueprintframework/blueprint:v1.11.8
restart: always
ports:
- "${PANEL_PORT}:${PANEL_PORT}"
Expand Down

0 comments on commit 4c40558

Please sign in to comment.