Skip to content

Commit 1a6b491

Browse files
[create-pull-request] automated change
1 parent 4b3ea4b commit 1a6b491

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/client-ui/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM deephaven/node:local-build
22
WORKDIR /usr/src/app
33

44
# Most of the time, these versions are the same, except in cases where a patch only affects one of the packages
5-
ARG WEB_VERSION=0.103.0
6-
ARG GRID_VERSION=0.103.0
7-
ARG CHART_VERSION=0.103.0
8-
ARG WIDGET_VERSION=0.103.0
5+
ARG WEB_VERSION=0.104.0
6+
ARG GRID_VERSION=0.104.0
7+
ARG CHART_VERSION=0.104.0
8+
ARG WIDGET_VERSION=0.104.0
99

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

0 commit comments

Comments
 (0)