We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddca6ec commit d42e73bCopy full SHA for d42e73b
wdqs/0.3.1/Dockerfile
@@ -13,7 +13,7 @@ FROM openjdk:8-jdk-alpine
13
# Blazegraph scripts require bash
14
# Install gettext for envsubst command, (it needs libintl package)
15
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
+ apk --no-cache add bash~=4.4.19-r1 gettext~=0.19.8.1-r4 libintl~=0.19.8.1-r4
17
18
COPY --from=fetcher /service-0.3.1-SNAPSHOT /wdqs
19
@@ -23,7 +23,7 @@ ENV MEMORY=""\
23
HOST="0.0.0.0"\
24
WDQS_ENTITY_NAMESPACES="120,122"\
25
WIKIBASE_SCHEME="http"\
26
- WIKIBASE_MAX_DAYS_BACK="90"
+ WIKIBASE_MAX_DAYS_BACK="365"
27
28
WORKDIR /wdqs
29
0 commit comments