Skip to content

Commit

Permalink
Update redash/preview Docker tag to v25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 35f31f6 commit 818e2eb
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.12.0-dev
image: redash/preview:25.01.0-dev
platform: linux/amd64
depends_on:
postgres:
Expand All @@ -25,15 +25,15 @@ services:
<<: *redash-environment
PYTHONUNBUFFERED: 0
scheduler:
image: redash/preview:24.12.0-dev
image: redash/preview:25.01.0-dev
platform: linux/amd64
command: scheduler
depends_on:
- server
environment:
<<: *redash-environment
worker:
image: redash/preview:24.12.0-dev
image: redash/preview:25.01.0-dev
platform: linux/amd64
command: worker
depends_on:
Expand Down

0 comments on commit 818e2eb

Please sign in to comment.