Skip to content

Commit

Permalink
Update web version 0.34.0 (#3641)
Browse files Browse the repository at this point in the history
* [create-pull-request] automated change

---------

Co-authored-by: deephaven-internal <[email protected]>
Co-authored-by: mikebender <[email protected]>
  • Loading branch information
3 people authored Mar 31, 2023
1 parent 40d779a commit c04ceaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/client-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ 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.33.0
ARG GRID_VERSION=0.33.0
ARG CHART_VERSION=0.33.0
ARG WEB_VERSION=0.34.0
ARG GRID_VERSION=0.34.0
ARG CHART_VERSION=0.34.0

# Pull in the published code-studio package from npmjs and extract is
RUN set -eux; \
Expand Down

0 comments on commit c04ceaf

Please sign in to comment.