From 1305555ea5550e3b4558797dd98c0953aa62433f Mon Sep 17 00:00:00 2001 From: Matthew Runyon Date: Wed, 10 May 2023 15:07:53 -0500 Subject: [PATCH] Update Web UI to v0.38.1 (#3822) --- web/client-ui/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/client-ui/Dockerfile b/web/client-ui/Dockerfile index e3e119ff07b..52c359c32b8 100644 --- a/web/client-ui/Dockerfile +++ b/web/client-ui/Dockerfile @@ -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