Skip to content
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
3 changes: 2 additions & 1 deletion src/jobs/sbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ parameters:
docker_scout_version:
description: "Version of the docker scout plugin to use"
type: string
default: "0.13.1"
# 0.13.1 cannot re-read its own /tmp/docker-scout cache on the 2024.08 machine image
default: "1.19.0"
save_cache:
description: "Whether to save the cache or not at the end of the job"
type: boolean
Expand Down