Skip to content

Commit

Permalink
Bump bellsoft/liberica-openjdk-alpine
Browse files Browse the repository at this point in the history
Bumps bellsoft/liberica-openjdk-alpine from 22 to 23.

---
updated-dependencies:
- dependency-name: bellsoft/liberica-openjdk-alpine
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 19, 2024
1 parent a088782 commit 2185c56
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 2185c56

Please sign in to comment.