Skip to content

Commit

Permalink
Merge pull request #212 from winebarrel/renovate/redash-preview-24.x
Browse files Browse the repository at this point in the history
Update redash/preview Docker tag to v24.11.0
  • Loading branch information
github-actions[bot] authored Nov 2, 2024
2 parents fc0c0d1 + 7c86f67 commit ea992f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ x-redash-environment: &redash-environment

services:
server:
image: redash/preview:24.06.0-dev
image: redash/preview:24.11.0-dev
platform: linux/amd64
depends_on:
postgres:
Expand All @@ -25,15 +25,15 @@ services:
<<: *redash-environment
PYTHONUNBUFFERED: 0
scheduler:
image: redash/preview:24.06.0-dev
image: redash/preview:24.11.0-dev
platform: linux/amd64
command: scheduler
depends_on:
- server
environment:
<<: *redash-environment
worker:
image: redash/preview:24.06.0-dev
image: redash/preview:24.11.0-dev
platform: linux/amd64
command: worker
depends_on:
Expand Down

0 comments on commit ea992f1

Please sign in to comment.