Compare commits

..

1 Commits

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