Skip to content

Commit

Permalink
Bump eclipse-temurin from 2d2275f to 77899ea
Browse files Browse the repository at this point in the history
Bumps eclipse-temurin from `2d2275f` to `77899ea`.

---
updated-dependencies:
- dependency-name: eclipse-temurin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 7, 2024
1 parent 27e58a7 commit c322f90
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 @@ -5,7 +5,7 @@ COPY . .

RUN ["mvn", "clean", "--no-transfer-progress", "package", "-DskipTests"]

FROM eclipse-temurin:11-jre-alpine@sha256:2d2275fc2c1e9d507ec2a74df6e925e7eb1a7b633f81e642091673d6b673bfc8 AS final
FROM eclipse-temurin:11-jre-alpine@sha256:77899ea444d0c219f3a4f500923dcae6b4b28db239b80c5214f26c1167ba74b5 AS final

RUN ["apk", "--no-cache", "upgrade"]

Expand Down

0 comments on commit c322f90

Please sign in to comment.