Skip to content

Commit

Permalink
Merge pull request #332 from inbo/328_use_most_recent_conservation_st…
Browse files Browse the repository at this point in the history
…atus

#328
  • Loading branch information
katya-shaleninova authored Feb 19, 2025
2 parents 6251200 + 9a85c41 commit 044bed0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/bie-index/conservation-lists.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"defaultSourceField": "status",
"defaultYearSourceField": "eventDate",
"lists": [
{
"uid": "dr136",
"field": "threatStatus_VRLF_s",
"sourceField": "threatStatus",
"yearSourceField": "eventDate",
"term": "threatStatus",
"label": "VRLF"
},
{
"uid": "dr140",
"field": "threatStatus_NVRLF_s",
"sourceField": "threatStatus",
"yearSourceField": "eventDate",
"term": "threatStatus",
"label": "NVRLF"
}
Expand Down
2 changes: 1 addition & 1 deletion docker/bie-index/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=${BUILDPLATFORM} custom-gradle AS builder


ARG VERSION=master
ARG COMMIT=cdcce55581b5d37173d6536431d92defeb2d7266
ARG COMMIT=59abb80d6ed97ba4351a1caef30fb06555a9cd86
ARG SOURCE=https://github.com/inbo/bie-index.git
LABEL ala.version=inbo-${COMMIT}

Expand Down

0 comments on commit 044bed0

Please sign in to comment.