diff --git a/build.gradle b/build.gradle index 42f7eb0..f8d5c8c 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { } group 'com.testainers' -version '0.0.2' +version '0.0.3' java { sourceCompatibility = JavaVersion.VERSION_17 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6186d04..f93345d 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -5,7 +5,7 @@ quarkus.banner.enabled=false quarkus.application.name=httpbucket quarkus.ssl.native=true # -%prod.smallrye.config.source.file.locations=/run/secrets +# %prod.smallrye.config.source.file.locations=/run/secrets # quarkus.http.ssl.certificate.files=${httpbucket.ssl.cert:cert.pem} quarkus.http.ssl.certificate.key-files=${httpbucket.ssl.key:key.pem}