Skip to content

Commit

Permalink
Merge pull request #1531 from bowtie-json-schema/dependabot/docker/im…
Browse files Browse the repository at this point in the history
…plementations/java-openapiprocessor/bellsoft/liberica-openjdk-alpine-23

Bump bellsoft/liberica-openjdk-alpine from 22 to 23 in /implementations/java-openapiprocessor
  • Loading branch information
Julian authored Sep 19, 2024
2 parents 224f227 + 2185c56 commit 801a91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/java-openapiprocessor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ COPY . .
RUN gradle installDist --no-daemon
RUN chmod +x ./build/install/bowtie/bin/openapiprocessor

FROM bellsoft/liberica-openjdk-alpine:22
FROM bellsoft/liberica-openjdk-alpine:23
COPY --from=builder /opt/app/build /opt/app/build
CMD ["/opt/app/build/install/bowtie/bin/openapiprocessor"]

0 comments on commit 801a91f

Please sign in to comment.