From 37f455872ac4b2809275c8dd8f3ec88d155dc1bb Mon Sep 17 00:00:00 2001 From: moabu <47318409+moabu@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:51:05 +0300 Subject: [PATCH] chore: update admin ui Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> --- docker-admin-ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-admin-ui/Dockerfile b/docker-admin-ui/Dockerfile index 4b01f4c87..a5112edb1 100644 --- a/docker-admin-ui/Dockerfile +++ b/docker-admin-ui/Dockerfile @@ -7,7 +7,7 @@ RUN apk update \ # TODO: # - use NODE_ENV=production # - download build package (not git clone) -ENV FLEX_SOURCE_VERSION=b6e4b9f747b5a8f927856f6f30e1f9e5e2cfe917 +ENV FLEX_SOURCE_VERSION=5fd1779e1b6aacc8338eac0632262a1859f34a92 ENV ADMIN_UI_VERSION=${FLEX_SOURCE_VERSION} RUN mkdir -p /opt/flex /app/templates/admin-ui