Skip to content

Commit

Permalink
Merge pull request #1131 from alphagov/dependabot/docker/m1/eclipse-t…
Browse files Browse the repository at this point in the history
…emurin-5ab15a8

Bump eclipse-temurin from `35d141f` to `5ab15a8` in /m1
  • Loading branch information
SandorArpa authored Dec 14, 2023
2 parents 6ae3193 + 9613c16 commit a3ff6be
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:35d141ff2b190d4600317468beaec17c4ea88998e686d3af4d0f2fc74615994e AS final
FROM eclipse-temurin:11-jre@sha256:5ab15a813764f19a1d7f6f7f0c60266ba1efb3702b3ab20c6eedef1bdef3d2b2 AS final

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

0 comments on commit a3ff6be

Please sign in to comment.