Compare commits

..

1 Commits

Author SHA1 Message Date
unkinben b43619c457 fix: ensure run script is executable
Build / build (pull_request) Successful in 16s
2026-01-10 16:29:02 +11:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
20260110
20260109
@@ -8,5 +8,5 @@ scripts_final = [
"rm -rf /var/cache/dnf"
]
docker_changes = [
"CMD /usr/local/bin/run.sh"
"CMD /usr/bin/local/run.sh"
]
+1 -1
View File
@@ -6,7 +6,7 @@ packer {
}
incus = {
source = "github.com/bketelsen/incus"
version = "1.2.0"
version = "~> 1"
}
}
}