Skip to content

Commit

Permalink
Merge pull request #518 from RakhithaRR/2.6.x-checksum
Browse files Browse the repository at this point in the history
[2.6.x] Fix checksum mismatch
  • Loading branch information
RakhithaRR committed Sep 13, 2024
2 parents 4f0366a + 10aa030 commit 52ca9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/alpine/apim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN set -eux; \
ARCH="$(apk --print-arch)"; \
case "${ARCH}" in \
amd64|x86_64) \
ESUM='3d62362a78c9412766471b05253507a4cfc212daea5cdf122860173ce902400e'; \
ESUM='78a0b3547d6f3d46227f2ad8c774248425f20f1cd63f399b713f0cdde2cc376c'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u372-b07/OpenJDK8U-jdk_x64_linux_hotspot_8u372b07.tar.gz'; \
;; \
*) \
Expand Down

0 comments on commit 52ca9d8

Please sign in to comment.