Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion java-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jdk.security.auth,\
# sun.misc.Unsafe and friends
jdk.unsupported,\
# jdk specific network options
jdk.net\
jdk.net,\
# zip, jar file systems
jdk.zipfs\
--output jre

# We extract JRE's hard dependencies, libz and SSL certs, from the fat JRE image.
Expand Down
2 changes: 1 addition & 1 deletion java-11/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("org.hypertrace.docker-publish-plugin")
}

var javaVersion = "11.0.8-11.41.23"
var javaVersion = "11.0.10-11.45.27"

hypertraceDocker {
defaultImage {
Expand Down
4 changes: 3 additions & 1 deletion java-14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jdk.security.auth,\
# sun.misc.Unsafe and friends
jdk.unsupported,\
# jdk specific network options
jdk.net\
jdk.net,\
# zip, jar file systems
jdk.zipfs\
--output jre

# We extract JRE's hard dependencies, libz and SSL certs, from the fat JRE image.
Expand Down