Skip to content

Commit

Permalink
Pinning to core v0.37.0 for e2e tests
Browse files Browse the repository at this point in the history
- v0.37.1 upgrades web to 0.99.1 which has the spectrum package updates which changes the look of some components
  • Loading branch information
mofojed committed Jan 13, 2025
1 parent 5c64f89 commit d3b7754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN npm run build
# Now build the Python bundles
RUN find ./plugins -maxdepth 1 -mindepth 1 -type d -exec python3 -m build --wheel {} \;

FROM ghcr.io/deephaven/server:0.37.1
FROM ghcr.io/deephaven/server:0.37.0
COPY --link --from=build /work/ /opt/deephaven/config/plugins/
RUN pip install /opt/deephaven/config/plugins/plugins/*/dist/*.whl

Expand Down

0 comments on commit d3b7754

Please sign in to comment.