Skip to content

Commit

Permalink
[docker] Bump amazoncorretto from 17 to 20 (#2)
Browse files Browse the repository at this point in the history
Bumps amazoncorretto from 17 to 20.

---
updated-dependencies:
- dependency-name: amazoncorretto
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 1557948 commit 31696d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY src ./src
RUN mvn verify

# Run stage
FROM --platform=${TARGETPLATFORM} amazoncorretto:17
FROM --platform=${TARGETPLATFORM} amazoncorretto:20
WORKDIR /app
COPY --from=build /home/lab/target .
ENTRYPOINT ["java", "-Xmx8m", "-Xms8m", "-jar", "/app/words.jar"]
Expand Down

0 comments on commit 31696d5

Please sign in to comment.