Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update eclipse-temurin docker tag #551

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions utils/java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ OPENJDK=(

# Eclipse temurin
TEMURIN=(
"eclipse-temurin:17.0.1_12-jdk amd64 sha256:3ad6ea71c5a426a38d7cd4ff7fb521c5392d232278b13953b830c0ab0f046ada"
"eclipse-temurin:17.0.1_12-jdk-focal amd64 sha256:fc1c2aa974ab02283a771a9ae9fa9ad9e45dfce694cab6f10c30101cd32632ec"
"eclipse-temurin:17.0.13_11-jdk amd64 sha256:7fccb2a944c8caed3a1f7e56a02ca52cebe5a95e06cb3e4fd35e26b9a6e7dfeb"
"eclipse-temurin:17.0.13_11-jdk-focal amd64 sha256:dd2cf0a6705b6a3d09009e326daac98113c5b3e411f18233c92547e8b1596f83"
#"eclipse-temurin:16.0.2_7-jdk-focal arm64/v8"
)

Expand Down
Loading