Skip to content

Commit

Permalink
Bump eclipse-temurin from 3a22f2e to b57a849 in /m1
Browse files Browse the repository at this point in the history
Bumps eclipse-temurin from `3a22f2e` to `b57a849`.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 0ec4556 commit d878c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m1/arm64.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@sha256:3a22f2ebf849ba4f6323c5360d3f79735a2a7fef5e9b9eb656ee3daaac70a4f1 AS final
FROM eclipse-temurin:11-jre@sha256:b57a849e24f2bb2a62eb438768b3f2196b85d987fb26479a215e96c8ec4a82a9 AS final

RUN ["apt-get", "update"]
RUN ["apt-get", "upgrade", "-y"]
Expand Down

0 comments on commit d878c87

Please sign in to comment.