Skip to content

Commit

Permalink
Merge pull request #112 from usommerl/dependabot/docker/graalvm/graal…
Browse files Browse the repository at this point in the history
…vm-ce-java11-21.1.0

Bump graalvm/graalvm-ce from java11-21.0.0.2 to java11-21.1.0
  • Loading branch information
usommerl authored May 17, 2021
2 parents dfc2612 + a112c2a commit a445146
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/graalvm/graalvm-ce:java11-21.0.0.2 as builder
FROM ghcr.io/graalvm/graalvm-ce:java11-21.1.0 as builder

ARG upx_compression
RUN gu install native-image
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Args = --verbose \
--enable-all-security-services \
--report-unsupported-elements-at-runtime \
--initialize-at-build-time \
--initialize-at-run-time=org.http4s.multipart.Boundary$ \
--allow-incomplete-classpath \
-H:+ReportExceptionStackTraces \
-H:+ReportUnsupportedElementsAtRuntime \
Expand Down
8 changes: 2 additions & 6 deletions src/main/resources/META-INF/native-image/resource-config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"resources":{
"includes":[
{"pattern":".*swagger-ui/.*"},
{"pattern":"\\QMETA-INF/maven/org.webjars/swagger-ui/pom.properties\\E"},
{"pattern":"\\QMETA-INF/resources/webjars/swagger-ui/3.43.0/swagger-ui-bundle.js\\E"},
{"pattern":"\\QMETA-INF/resources/webjars/swagger-ui/3.43.0/swagger-ui-standalone-preset.js\\E"},
{"pattern":"\\QMETA-INF/resources/webjars/swagger-ui/3.43.0/swagger-ui.css\\E"},
{"pattern":"\\Qlibrary.properties\\E"},
{"pattern":".*swagger-ui/.*"},
{"pattern":"\\Qlibrary.properties\\E"},
{"pattern":"\\Qorg/slf4j/impl/StaticLoggerBinder.class\\E"}
]},
"bundles":[]
Expand Down

0 comments on commit a445146

Please sign in to comment.