Skip to content

Commit

Permalink
Merge pull request #1188 from alphagov/dependabot/docker/eclipse-temu…
Browse files Browse the repository at this point in the history
…rin-2d2275f

Bump eclipse-temurin from `c4f9f27` to `2d2275f`
  • Loading branch information
SandorArpa authored Mar 28, 2024
2 parents b3440d9 + d472477 commit 61ddf3a
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 61ddf3a

Please sign in to comment.