From e08d553b249674a08a725232fced866ad42f261d Mon Sep 17 00:00:00 2001 From: deephaven-internal Date: Tue, 27 Feb 2024 19:31:34 +0000 Subject: [PATCH] [create-pull-request] automated change --- web/client-ui/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/client-ui/Dockerfile b/web/client-ui/Dockerfile index c7011ac6437..ca9e9096a17 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.65.0 -ARG GRID_VERSION=0.65.0 -ARG CHART_VERSION=0.65.0 -ARG WIDGET_VERSION=0.65.0 +ARG WEB_VERSION=0.66.0 +ARG GRID_VERSION=0.66.0 +ARG CHART_VERSION=0.66.0 +ARG WIDGET_VERSION=0.66.0 # Pull in the published code-studio package from npmjs and extract is RUN set -eux; \