diff --git a/web/client-ui/Dockerfile b/web/client-ui/Dockerfile index af9bac03b4a..fd9227d4313 100644 --- a/web/client-ui/Dockerfile +++ b/web/client-ui/Dockerfile @@ -2,7 +2,7 @@ FROM docker.io/library/node:14.16.0 AS node WORKDIR /usr/src/app FROM node as build -ARG WEB_VERSION=0.5.1 +ARG WEB_VERSION=0.6.0 # Pull in the published package from npmjs and extract is RUN set -eux; \