Skip to content

Commit 2ac422c

Browse files
authored
Update Web version to v0.22.2 (#3136)
Release notes: https://github.com/deephaven/web-client-ui/releases/tag/v0.22.2
1 parent e491527 commit 2ac422c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

web/client-ui/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ 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.21.1
6-
ARG GRID_VERSION=0.21.1
7-
ARG CHART_VERSION=0.21.1
5+
ARG WEB_VERSION=0.22.2
6+
ARG GRID_VERSION=0.22.2
7+
ARG CHART_VERSION=0.22.2
88

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

0 commit comments

Comments
 (0)