Skip to content

Commit

Permalink
Version 2.0.3 (#19)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Apr 20, 2023
1 parent 25db871 commit b36b042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b36b042

Please sign in to comment.