We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e97dcf0 + dfd3183 commit eafff33Copy full SHA for eafff33
implementations/java-openapiprocessor/Dockerfile
@@ -4,6 +4,6 @@ COPY . .
4
RUN gradle installDist --no-daemon
5
RUN chmod +x ./build/install/bowtie/bin/openapiprocessor
6
7
-FROM bellsoft/liberica-openjdk-alpine:25
+FROM bellsoft/liberica-openjdk-alpine:26
8
COPY --from=builder /opt/app/build /opt/app/build
9
CMD ["/opt/app/build/install/bowtie/bin/openapiprocessor"]
0 commit comments