Skip to content

Commit

Permalink
[Build] Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Sep 18, 2024
1 parent d401939 commit 461f4d9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jib {
}
}
from {
image = "eclipse-temurin:23-jre-jammy"
image = "eclipse-temurin:22-jre-jammy"
auth {
username = System.getenv("DOCKERHUB_USER")
password = System.getenv("DOCKERHUB_PASSWORD")
Expand All @@ -184,10 +184,6 @@ jib {
architecture = "arm64"
os = "linux"
}
platform {
architecture = "arm"
os = "linux"
}
}
}
container {
Expand Down

0 comments on commit 461f4d9

Please sign in to comment.