We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71cc0e4 commit bfbb464Copy full SHA for bfbb464
1 file changed
.github/workflows/Dockerfile.server
@@ -1,6 +1,6 @@
1
ARG DH_VERSION
2
3
-FROM ghcr.io/deephaven/server-ui:${DH_VERSION}
+FROM ghcr.io/deephaven/server:${DH_VERSION}
4
5
RUN apt update && \
6
apt install -y python3-pip python3-venv curl zip && \
0 commit comments