Skip to content

Commit bfbb464

Browse files
authored
fix: Update Docker image from server-ui to server (#135)
Changed the base Docker image from `ghcr.io/deephaven/server-ui` to `ghcr.io/deephaven/server` to use the correct Deephaven server image.
1 parent 71cc0e4 commit bfbb464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Dockerfile.server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG DH_VERSION
22

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

55
RUN apt update && \
66
apt install -y python3-pip python3-venv curl zip && \

0 commit comments

Comments
 (0)