We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f9f44 commit 715c594Copy full SHA for 715c594
build.gradle
@@ -138,7 +138,7 @@ micronaut {
138
//
139
jib {
140
from {
141
- image = 'cr.seqera.io/public/nf-jdk:corretto-25-al2023-mimalloc'
+ image = 'cr.seqera.io/public/nf-jdk:corretto-25-al2023-jemalloc'
142
platforms {
143
platform { architecture = 'amd64'; os = 'linux' }
144
platform { architecture = 'arm64'; os = 'linux' }
0 commit comments