Skip to content

Commit

Permalink
build: bump java and sipi version (only security updates) (DEV-263) (#…
Browse files Browse the repository at this point in the history
…1950)

* build: bump sipi version (only security updates)

* build: bump base java image
  • Loading branch information
subotic committed Nov 25, 2021
1 parent cf8bdec commit fe6106f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Expand Up @@ -60,7 +60,7 @@ container_pull(
# get openjdk
container_pull(
name = "openjdk11",
digest = "sha256:8f0a99f12dfc7ff2524f1550ffd6ab432597cd20417413b46cb96c7b9ec2b7f0", # 16.10.2021
digest = "sha256:07a404dc9d910d35d89f8c4ab31016162f820ebfd3ae88d2a10f9d4755b60364", # 5.11.2021
registry = "docker.io",
repository = "eclipse-temurin",
# tag = "11-jre-focal", # Ubuntu 20.04
Expand Down
4 changes: 2 additions & 2 deletions third_party/versions.bzl
Expand Up @@ -8,9 +8,9 @@ METRICS_VERSION = "4.0.1"

# SIPI - digest takes precedence!
SIPI_REPOSITORY = "daschswiss/sipi"
SIPI_VERSION = "3.3.0"
SIPI_VERSION = "3.3.1"
SIPI_IMAGE = SIPI_REPOSITORY
SIPI_IMAGE_DIGEST = "sha256:24ff26999d3727aa4a0c4751fc5706761cea01e9df02e08e676160f234d8506d"
SIPI_IMAGE_DIGEST = "sha256:67a0e8c16a67914f2765a1c7906e781383b835cfe72cd19c763b7bc9eb7a38a5"

# Jena Fuseki - digest takes precedence!
FUSEKI_REPOSITORY = "daschswiss/apache-jena-fuseki"
Expand Down

0 comments on commit fe6106f

Please sign in to comment.