File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/kotlin/mb/api/controller Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33# Build Service & Dependencies
44#
55# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
6- FROM veupathdb/alpine-dev-base:jdk-21-gradle-8.7 AS prep
6+ FROM veupathdb/alpine-dev-base:jdk25-gradle9.2 AS prep
77
88ARG GITHUB_USERNAME
99ARG GITHUB_TOKEN
@@ -33,7 +33,7 @@ RUN gradle test shadowJar
3333# Run the service
3434#
3535# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
36- FROM amazoncorretto:22 -alpine3.20
36+ FROM amazoncorretto:25 -alpine3.23
3737
3838LABEL service="multi-blast"
3939
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ inline fun <R> errorWrap(fn: () -> R): R = try { fn() }
2525fun hashIDorThrow (raw : String , fn : () -> Exception ): HashID {
2626 try {
2727 return HashID (raw)
28- } catch (e : Exception ) {
28+ } catch (_ : Exception ) {
2929 throw fn()
3030 }
3131}
You can’t perform that action at this time.
0 commit comments