Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 4ade1e4 commit d472477
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:c4f9f27b887596109bb8f0270a20a891351447488c47773a64562643a546552b AS final
FROM eclipse-temurin:11-jre-alpine@sha256:2d2275fc2c1e9d507ec2a74df6e925e7eb1a7b633f81e642091673d6b673bfc8 AS final

RUN ["apk", "--no-cache", "upgrade"]
RUN ["apk", "--no-cache", "add", "tini"]
Expand Down

0 comments on commit d472477

Please sign in to comment.