Commit 09bde51
committed
Fix Python version extraction regex for docker-borgmatic Dockerfile
docker-borgmatic's Dockerfile now sets the Python version via
ARG PYTHON_VERSION instead of hardcoding it in the FROM line, so the
old regex matched nothing and failed the setup job (exit 1 under
bash -e).1 parent 3d66052 commit 09bde51
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments