Skip to content

Commit cd38e39

Browse files
authored
UI v1.3.2 (#360)
1 parent 908648c commit cd38e39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV BUILD_TIMESTAMP=$BUILD_TIMESTAMP
66
ENV BUILD_COMMIT_HASH=$BUILD_COMMIT_HASH
77

88
ARG UI_ENABLED="1"
9-
ARG UI_VERSION="v1.3.1"
9+
ARG UI_VERSION="v1.3.2"
1010
ENV UI_ENABLED=$UI_ENABLED
1111
ENV UI_VERSION=$UI_VERSION
1212

Dockerfile.ui_service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.7.13
22

33
ARG UI_ENABLED="1"
4-
ARG UI_VERSION="v1.3.1"
4+
ARG UI_VERSION="v1.3.2"
55
ENV UI_ENABLED=$UI_ENABLED
66
ENV UI_VERSION=$UI_VERSION
77

0 commit comments

Comments
 (0)