Skip to content

Commit

Permalink
Web v0.6.0 (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Nov 1, 2021
1 parent a881738 commit 6d09323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 6d09323

Please sign in to comment.