Skip to content

Commit

Permalink
Update web to v0.3.1 (#1164)
Browse files Browse the repository at this point in the history
Fix routing issue with v0.3.0
  • Loading branch information
mofojed authored Aug 30, 2021
1 parent 5cfd357 commit e7ca952
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.3.0
ARG WEB_VERSION=0.3.1

# Pull in the published package from npmjs and extract is
RUN set -eux; \
Expand Down

0 comments on commit e7ca952

Please sign in to comment.