Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b31fe91

Browse files
committedMar 20, 2024·
bummp UI version to 1.3.11
1 parent 3e7d0e0 commit b31fe91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV BUILD_TIMESTAMP=$BUILD_TIMESTAMP
1010
ENV BUILD_COMMIT_HASH=$BUILD_COMMIT_HASH
1111

1212
ARG UI_ENABLED="1"
13-
ARG UI_VERSION="v1.3.10"
13+
ARG UI_VERSION="v1.3.11"
1414
ENV UI_ENABLED=$UI_ENABLED
1515
ENV UI_VERSION=$UI_VERSION
1616

Diff for: ‎Dockerfile.ui_service

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.11.6-bookworm
22

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

0 commit comments

Comments
 (0)
Please sign in to comment.