From b36b04267c86a7f29e61d64797b7f2a868734be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20G=C3=B6bel?= <109575712+andreas-goebel@users.noreply.github.com> Date: Thu, 20 Apr 2023 11:53:12 +0200 Subject: [PATCH] Version 2.0.3 (#19) * metadata report pipeline * Update README.md * replace logo with data url * replace logo with data url * fix(BR-1532) only the last configuration has an effect * fix the database method call * move dashboard template names to metadata.json * using base Eliona base docker images * Update metadata.json * add reset sql script to remove app from environment * fix reset script asset type name * consider some backend changes and new versions of dependencies * set min Eliona version to v10.1.0 * bugfix Dockerfile version info --------- Co-authored-by: Mikhail Ivanov Co-authored-by: MikhailIvanov-eliona <109338461+MikhailIvanov-eliona@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f9e0120..f9a8da2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY . ./ RUN DATE=$(date) && \ GIT_COMMIT=$(git rev-list -1 HEAD) && \ - go build -ldflags "-X 'template/apiservices.BuildTimestamp=$DATE' -X 'api-v2/apiservices.GitCommit=$GIT_COMMIT'" -o ../app + go build -ldflags "-X 'hailo/apiservices.BuildTimestamp=$DATE' -X 'hailo/apiservices.GitCommit=$GIT_COMMIT'" -o ../app FROM eliona/base-alpine:latest-3.17 AS target