Skip to content

Commit

Permalink
[FIX] Fixed java code execution
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisBurger committed Oct 14, 2024
1 parent 5d6a8b3 commit 4b9a4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/internal/services/TaskBuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func BuildTask(er ExecRequest) (input.Task, error) {
case LanguageGo:
image = "golang:1.19"
case LanguageJava:
image = "ghcr.io/MathisBurger/cc-images-java:latest"
image = "ghcr.io/mathisburger/cc-images-java:latest"
default:
return input.Task{}, errors.New("invalid language")
}
Expand Down

0 comments on commit 4b9a4b3

Please sign in to comment.