PrefectHQ
prefect
BlogDocsChangelog

fix: use correct apt version syntax for git in Dockerfile

#20094Merged
Comparing
devin/1767408144-fix-dockerfile-apt-syntax
(
3490d1f
) with
main
(
69202ce
)
CodSpeed Performance Gauge
0%
Untouched
2
Ignored
6

Benchmarks

Passed

bench_task_decorator
benches/bench_tasks.py
CodSpeed Performance Gauge
0%
604.9 µs601.9 µs
bench_import_prefect_flow
benches/bench_import.py
CodSpeed Performance Gauge
0%
1.4 s1.4 s

Ignored

bench_task_submit
benches/bench_tasks.py
Ignored
CodSpeed Performance Gauge
-15%
11.6 ms13.6 ms
bench_flow_decorator
benches/bench_flows.py
Ignored
CodSpeed Performance Gauge
-3%
5.3 ms5.4 ms
bench_task_call
benches/bench_tasks.py
Ignored
CodSpeed Performance Gauge
-6%
31.7 ms33.5 ms
bench_flow_call[options1]
benches/bench_flows.py
Ignored
CodSpeed Performance Gauge
0%
107.2 ms107.4 ms
bench_import_prefect
benches/bench_import.py
Ignored
CodSpeed Performance Gauge
0%
1.1 s1.1 s
bench_flow_call[options0]
benches/bench_flows.py
Ignored
CodSpeed Performance Gauge
-3%
163.3 ms167.7 ms

Commits

Click on a commit to change the comparison range
Base
main
69202ce
+0.16%
fix: use correct apt version syntax for git in Dockerfile Replace invalid Python-style version operator (>=) with proper apt version syntax (=) for git package. The >= operator was being interpreted by bash as shell redirection, creating an unwanted file named '=1:2.47.3' in /opt/prefect/ during Docker builds. This aligns with the syntax used in client/Dockerfile. Co-Authored-By: alex.s@prefect.io <ajstreed1@gmail.com>
d151541
2 days ago
by devin-ai-integration[bot]
+0.13%
feat: add post-install version check for git >= 1:2.47.3 Add dpkg --compare-versions check after git installation to ensure the installed version meets the minimum requirement of 1:2.47.3. The build will fail with a clear error message if the git version is too old. Co-Authored-By: alex.s@prefect.io <ajstreed1@gmail.com>
3490d1f
2 days ago
by devin-ai-integration[bot]
© 2026 CodSpeed Technology
Home Terms Privacy Docs