Skip to content

Commit

Permalink
Pin core image to v0.37.2 for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Jan 13, 2025
1 parent 6be7a8b commit 272b5ee
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:edge
FROM ghcr.io/deephaven/server:0.37.2
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 272b5ee

Please sign in to comment.