File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ FROM openjdk:8-jdk-alpine
14
14
# Blazegraph scripts require bash
15
15
# Install gettext for envsubst command, (it needs libintl package)
16
16
RUN set -x ; \
17
- apk --no-cache add bash~=4.4.19-r1 gettext~= 0.19.8.1-r1 libintl~= 0.19.8.1-r1
17
+ apk --no-cache add bash= \< 4.5.0 gettext= \< 0.19.8.2 libintl= \< 0.19.8.2
18
18
19
19
COPY --from=fetcher /service-0.2.5-SNAPSHOT /wdqs
20
20
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ FROM openjdk:8-jdk-alpine
14
14
# Blazegraph scripts require bash
15
15
# Install gettext for envsubst command, (it needs libintl package)
16
16
RUN set -x ; \
17
- apk --no-cache add bash~=4.4.19-r1 gettext~= 0.19.8.1-r1 libintl~= 0.19.8.1-r1
17
+ apk --no-cache add bash= \< 4.5.0 gettext= \< 0.19.8.2 libintl= \< 0.19.8.2
18
18
19
19
COPY --from=fetcher /service-0.3.0-SNAPSHOT /wdqs
20
20
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ FROM openjdk:8-jdk-alpine
14
14
# Blazegraph scripts require bash
15
15
# Install gettext for envsubst command, (it needs libintl package)
16
16
RUN set -x ; \
17
- apk --no-cache add bash~=4.4.19-r1 gettext~= 0.19.8.1-r1 libintl~= 0.19.8.1-r1
17
+ apk --no-cache add bash= \< 4.5.0 gettext= \< 0.19.8.2 libintl= \< 0.19.8.2
18
18
19
19
COPY --from=fetcher /service-0.3.1-SNAPSHOT /wdqs
20
20
You can’t perform that action at this time.
0 commit comments