Skip to content

Commit

Permalink
build: Use docker image 0.35.2 instead of edge
Browse files Browse the repository at this point in the history
- Edge has the latest version of deephaven.ui plugin with it which this version doesn't support
  • Loading branch information
mofojed committed Dec 13, 2024
1 parent 27d235a commit b2e9ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker-scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
dhc-server:
image: ghcr.io/deephaven/server:${DHC_VERSION:-edge}
image: ghcr.io/deephaven/server:${DHC_VERSION:-0.35.2}
pull_policy: always
volumes:
- ./data:/data
Expand Down

0 comments on commit b2e9ea8

Please sign in to comment.