Skip to content

Commit

Permalink
Upgrade to Deephaven 0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chipkent committed May 7, 2024
1 parent 018d8f0 commit fc54e17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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:${DH_VERSION}
FROM ghcr.io/deephaven/server-ui:${DH_VERSION}

RUN apt update && \
apt install -y python3-pip python3-venv curl zip && \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
IB_VERSION: 10.19.04
DH_VERSION: 0.33.0
DH_VERSION: 0.34.1

jobs:
build-ib-whl:
Expand Down
2 changes: 1 addition & 1 deletion dhib_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import requests

IB_VERSION_DEFAULT="10.19.04"
DH_VERSION_DEFAULT="0.33.0"
DH_VERSION_DEFAULT="0.34.1"

########################################################################################################################
# Version Numbers
Expand Down

0 comments on commit fc54e17

Please sign in to comment.