Skip to content

Commit b36b042

Browse files
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 <mikhail.ivanov@eliona.io> Co-authored-by: MikhailIvanov-eliona <109338461+MikhailIvanov-eliona@users.noreply.github.com>
1 parent 25db871 commit b36b042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY . ./
2424

2525
RUN DATE=$(date) && \
2626
GIT_COMMIT=$(git rev-list -1 HEAD) && \
27-
go build -ldflags "-X 'template/apiservices.BuildTimestamp=$DATE' -X 'api-v2/apiservices.GitCommit=$GIT_COMMIT'" -o ../app
27+
go build -ldflags "-X 'hailo/apiservices.BuildTimestamp=$DATE' -X 'hailo/apiservices.GitCommit=$GIT_COMMIT'" -o ../app
2828

2929
FROM eliona/base-alpine:latest-3.17 AS target
3030

0 commit comments

Comments
 (0)