Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
deephaven-internal authored and github-actions[bot] committed Jan 10, 2025
1 parent d9fb33e commit b13d026
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
Expand Up @@ -2,10 +2,10 @@ 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.102.0
ARG WEB_VERSION=0.102.1
ARG GRID_VERSION=0.102.0
ARG CHART_VERSION=0.102.0
ARG WIDGET_VERSION=0.102.0
ARG WIDGET_VERSION=0.102.1

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

0 comments on commit b13d026

Please sign in to comment.