Skip to content

Commit 517af99

Browse files
tarrowaddshore
authored andcommitted
Adjust APK version pinning
1 parent ac7cec1 commit 517af99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

wdqs/0.2.5/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FROM openjdk:8-jdk-alpine
1414
# Blazegraph scripts require bash
1515
# Install gettext for envsubst command, (it needs libintl package)
1616
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
1818

1919
COPY --from=fetcher /service-0.2.5-SNAPSHOT /wdqs
2020

wdqs/0.3.0/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FROM openjdk:8-jdk-alpine
1414
# Blazegraph scripts require bash
1515
# Install gettext for envsubst command, (it needs libintl package)
1616
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
1818

1919
COPY --from=fetcher /service-0.3.0-SNAPSHOT /wdqs
2020

wdqs/0.3.1/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FROM openjdk:8-jdk-alpine
1414
# Blazegraph scripts require bash
1515
# Install gettext for envsubst command, (it needs libintl package)
1616
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
1818

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

0 commit comments

Comments
 (0)