Skip to content

Commit d42e73b

Browse files
author
Jkbr
committed
Set WIKIBASE_MAX_DAYS_BACK to 365 to allow Blazegraph to rebuild from full changes list.
1 parent ddca6ec commit d42e73b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wdqs/0.3.1/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM openjdk:8-jdk-alpine
1313
# Blazegraph scripts require bash
1414
# Install gettext for envsubst command, (it needs libintl package)
1515
RUN set -x ; \
16-
apk --no-cache add bash~=4.4.19-r1 gettext~=0.19.8.1-r2 libintl~=0.19.8.1-r2
16+
apk --no-cache add bash~=4.4.19-r1 gettext~=0.19.8.1-r4 libintl~=0.19.8.1-r4
1717

1818
COPY --from=fetcher /service-0.3.1-SNAPSHOT /wdqs
1919

@@ -23,7 +23,7 @@ ENV MEMORY=""\
2323
HOST="0.0.0.0"\
2424
WDQS_ENTITY_NAMESPACES="120,122"\
2525
WIKIBASE_SCHEME="http"\
26-
WIKIBASE_MAX_DAYS_BACK="90"
26+
WIKIBASE_MAX_DAYS_BACK="365"
2727

2828
WORKDIR /wdqs
2929

0 commit comments

Comments
 (0)