Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Web UI to v0.38.1 (#3822)
Browse files Browse the repository at this point in the history
mattrunyon authored and devinrsmith committed May 10, 2023
1 parent 5793f74 commit 1305555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/client-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@ FROM deephaven/node:local-build
WORKDIR /usr/src/app

# Most of the time, these versions are the same, except in cases where a patch only affects one of the packages
ARG WEB_VERSION=0.38.0
ARG GRID_VERSION=0.38.0
ARG WEB_VERSION=0.38.1
ARG GRID_VERSION=0.38.1
ARG CHART_VERSION=0.38.0

# Pull in the published code-studio package from npmjs and extract is

0 comments on commit 1305555

Please sign in to comment.