diff --git a/web/client-ui/Dockerfile b/web/client-ui/Dockerfile index 1ddd91ec0a7..ea369df0769 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.83.0 -ARG GRID_VERSION=0.83.0 -ARG CHART_VERSION=0.83.0 -ARG WIDGET_VERSION=0.83.0 +ARG WEB_VERSION=0.86.1 +ARG GRID_VERSION=0.86.0 +ARG CHART_VERSION=0.86.0 +ARG WIDGET_VERSION=0.86.1 # Pull in the published code-studio package from npmjs and extract is RUN set -eux; \