From 6d6382421c9e8d74680fdc41fe94b85ed3ed0446 Mon Sep 17 00:00:00 2001 From: deephaven-internal <66694643+deephaven-internal@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:04:50 +0000 Subject: [PATCH] [create-pull-request] automated change --- 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 b52a76bb980..41c9acf84e8 100644 --- a/web/client-ui/Dockerfile +++ b/web/client-ui/Dockerfile @@ -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.80.0 +ARG WEB_VERSION=0.78.1 ARG GRID_VERSION=0.80.0 ARG CHART_VERSION=0.80.0 -ARG WIDGET_VERSION=0.80.0 +ARG WIDGET_VERSION=0.78.1 # Pull in the published code-studio package from npmjs and extract is RUN set -eux; \