Skip to content

Commit

Permalink
UI v1.3.2 (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikonen authored May 31, 2023
1 parent 908648c commit cd38e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV BUILD_TIMESTAMP=$BUILD_TIMESTAMP
ENV BUILD_COMMIT_HASH=$BUILD_COMMIT_HASH

ARG UI_ENABLED="1"
ARG UI_VERSION="v1.3.1"
ARG UI_VERSION="v1.3.2"
ENV UI_ENABLED=$UI_ENABLED
ENV UI_VERSION=$UI_VERSION

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui_service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.7.13

ARG UI_ENABLED="1"
ARG UI_VERSION="v1.3.1"
ARG UI_VERSION="v1.3.2"
ENV UI_ENABLED=$UI_ENABLED
ENV UI_VERSION=$UI_VERSION

Expand Down

0 comments on commit cd38e39

Please sign in to comment.