Skip to content

Commit

Permalink
update UI version to 1.3.6 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikonen authored Oct 30, 2023
1 parent f9406f8 commit fbdcbea
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 @@ -10,7 +10,7 @@ ENV BUILD_TIMESTAMP=$BUILD_TIMESTAMP
ENV BUILD_COMMIT_HASH=$BUILD_COMMIT_HASH

ARG UI_ENABLED="1"
ARG UI_VERSION="v1.3.3"
ARG UI_VERSION="v1.3.6"
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.11.6-bookworm

ARG UI_ENABLED="1"
ARG UI_VERSION="v1.3.3"
ARG UI_VERSION="v1.3.6"
ENV UI_ENABLED=$UI_ENABLED
ENV UI_VERSION=$UI_VERSION

Expand Down

0 comments on commit fbdcbea

Please sign in to comment.