From 64577f9b00e3db2ffaf2ed24124c8e085cced6eb Mon Sep 17 00:00:00 2001 From: deephaven-internal Date: Wed, 13 Dec 2023 22:46:55 +0000 Subject: [PATCH] [create-pull-request] automated change --- web/client-ui/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/client-ui/Dockerfile b/web/client-ui/Dockerfile index 5896054650e..a54470abb7d 100644 --- a/web/client-ui/Dockerfile +++ b/web/client-ui/Dockerfile @@ -2,9 +2,9 @@ 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.56.0 -ARG GRID_VERSION=0.56.0 -ARG CHART_VERSION=0.56.0 +ARG WEB_VERSION=0.57.0 +ARG GRID_VERSION=0.57.0 +ARG CHART_VERSION=0.57.0 # Pull in the published code-studio package from npmjs and extract is RUN set -eux; \