Skip to content

Commit

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

Bump eclipse-temurin from `4f82e75` to `35d141f` in /m1
  • Loading branch information
SandorArpa authored Dec 4, 2023
2 parents eba8a14 + 8362dac commit b483fb5
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:4f82e758d7dfc272cfe04008d722dcf0b020044584ceb9f4326e54cc67844291 AS final
FROM eclipse-temurin:11-jre@sha256:35d141ff2b190d4600317468beaec17c4ea88998e686d3af4d0f2fc74615994e AS final

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

0 comments on commit b483fb5

Please sign in to comment.