Skip to content

Commit

Permalink
v1.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-101 committed Nov 15, 2024
1 parent 43650bd commit 7dd5ed3
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.9 # Determines :latest tag
LATEST_VERSION: v1.11.10 # Determines :latest tag
strategy:
fail-fast: false
matrix:
Expand All @@ -24,6 +24,7 @@ jobs:
- v1.11.6
- v1.11.7
- v1.11.9
- v1.11.10
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.9
image: ghcr.io/blueprintframework/blueprint:v1.11.10
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.9
image: ghcr.io/blueprintframework/blueprint:v1.11.10
restart: always
ports:
- "${PANEL_PORT}:${PANEL_PORT}"
Expand Down

0 comments on commit 7dd5ed3

Please sign in to comment.