DEVX-70: Fix sed syntax in ci-full Dockerfile #118

Merged
emil merged 1 commits from DEVX-70-fix-ci-full-sed into master 2026-06-27 02:38:54 +00:00
1 Commits
Author SHA1 Message Date
emil b0e0a6fa4d fix: correct sed substitution in ci-full Dockerfile
CI / detect-changes (pull_request) Successful in 34s
CI / pr-review (pull_request) Successful in 44s
CI / quality (pull_request) Successful in 1m13s
CI / release-dry-run (pull_request) Successful in 37s
CI / auto-merge (pull_request) Successful in 36s
The sed command was missing the trailing / in the s/x86_64/amd64
substitution, causing "unterminated 's' command" during Docker build.

Closes DEVX-70
2026-06-27 04:36:47 +02:00