-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from JulienBacquart/master
Update to 5.0.0 + Java LTS 21
- Loading branch information
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
# limitations under the License. | ||
|
||
|
||
FROM eclipse-temurin:17-jre-alpine | ||
FROM eclipse-temurin:21-jre-alpine | ||
MAINTAINER Stian Soiland-Reyes <[email protected]> | ||
|
||
ENV LANG C.UTF-8 | ||
|
@@ -26,8 +26,8 @@ RUN set -eux; \ | |
|
||
# Update below according to https://jena.apache.org/download/ | ||
# and checksum for apache-jena-fuseki-4.x.x.tar.gz.sha512 | ||
ENV FUSEKI_SHA512 78074d87d4c022ef7e89b8394d2b14ead447a9201d52795d8c9adab0e03341cffc883abb849dab340bbecfc18654e1d126a47d8936241e8e2f036b0d66294c7d | ||
ENV FUSEKI_VERSION 4.8.0 | ||
ENV FUSEKI_SHA512 c7b9fa452cdec19c50ee08ee191012b26c7b51f1ee5c5143db3047e0545c007599fbc08481fa61df5aef766a796e43262c209fc42578f2e532c0ab0c19dcbc51 | ||
ENV FUSEKI_VERSION 5.0.0 | ||
ENV ASF_MIRROR https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename= | ||
ENV ASF_ARCHIVE https://archive.apache.org/dist/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
FROM eclipse-temurin:17-jre-alpine | ||
FROM eclipse-temurin:21-jre-alpine | ||
|
||
MAINTAINER Stian Soiland-Reyes <[email protected]> | ||
|
||
|
@@ -28,8 +28,8 @@ RUN set -eux; \ | |
|
||
# Update below according to https://jena.apache.org/download/ | ||
# and checksum for apache-jena-4.x.x.tar.gz.sha512 | ||
ENV JENA_SHA512 d6b8d271c612a53f4683eb9b2f76c213452fdc38eef7b5d56100cd2c0f4c3153d07757120b08a27dd5a8fd27b51bd573273be713befaa205edfa2957ec82b5e5 | ||
ENV JENA_VERSION 4.8.0 | ||
ENV JENA_SHA512 5bbb9a3b613eadcd75beb11671b2d797794b578eea2f0e68b57ba7fd402ca789c7ea3c71206baace8c662581e8e615a22d40d3b5f9461823a8603dd6ee40d912 | ||
ENV JENA_VERSION 5.0.0 | ||
ENV ASF_MIRROR https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename= | ||
ENV ASF_ARCHIVE https://archive.apache.org/dist/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters