Skip to content

Commit

Permalink
Removed the server-ui change since it requires 0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
chipkent committed Apr 30, 2024
1 parent 5d1525d commit f906127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile.server
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG DH_VERSION

FROM ghcr.io/deephaven/server-ui:${DH_VERSION}
FROM ghcr.io/deephaven/server:${DH_VERSION}

RUN apt update && \
apt install -y python3-pip python3-venv curl zip && \
Expand Down

0 comments on commit f906127

Please sign in to comment.