Skip to content

Commit 6af89a5

Browse files
committed
base: Update Git to v2.43.2
1 parent 0006ded commit 6af89a5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CUDA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ cd base && docker build \
6969
--build-arg QGIS_VERSION=3.34.3 \
7070
--build-arg OTB_VERSION=8.1.2 \
7171
--build-arg PYTHON_VERSION=3.11.8 \
72-
--build-arg GIT_VERSION=2.43.1 \
72+
--build-arg GIT_VERSION=2.43.2 \
7373
-t jupyterlab/cuda/qgis/base \
7474
-f Dockerfile .
7575
```

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ cd base && docker build \
8080
--build-arg OTB_VERSION=8.1.2 \
8181
--build-arg PROC_SAGA_NG_VERSION=1.0.0 \
8282
--build-arg PYTHON_VERSION=3.11.8 \
83-
--build-arg GIT_VERSION=2.43.1 \
83+
--build-arg GIT_VERSION=2.43.2 \
8484
-t jupyterlab/qgis/base \
8585
-f Dockerfile .
8686
```
@@ -94,7 +94,7 @@ cd base && docker build \
9494
--build-arg OTB_VERSION=8.1.2 \
9595
--build-arg PROC_SAGA_NG_VERSION=1.0.0 \
9696
--build-arg PYTHON_VERSION=3.11.8 \
97-
--build-arg GIT_VERSION=2.43.1 \
97+
--build-arg GIT_VERSION=2.43.2 \
9898
-t jupyterlab/qgis/base:ltr \
9999
-f Dockerfile .
100100
```

VERSION_MATRIX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Topmost entry = Tag `latest`
66

77
| QGIS | SAGA | OTB[^1] | Jupyter Hub | Jupyter Lab | Python | Git | Linux distro |
88
|:--------|:------|:--------|:------------|:------------|:--------|:-------|:-------------|
9-
| 3.34.3 | 9.1.3 | 8.1.2 | 4.0.2 | 4.1.1 | 3.11.8 | 2.43.1 | Debian 12 |
9+
| 3.34.3 | 9.1.3 | 8.1.2 | 4.0.2 | 4.1.1 | 3.11.8 | 2.43.2 | Debian 12 |
1010
| 3.34.2 | 9.1.3 | 8.1.2 | 4.0.2 | 4.0.10 | 3.11.7 | 2.43.0 | Debian 12 |
1111
| 3.34.1 | 9.1.3 | 8.1.2 | 4.0.2 | 4.0.9 | 3.11.7 | 2.43.0 | Debian 12 |
1212
| 3.34.0 | 9.1.3 | 8.1.2 | 4.0.2 | 4.0.9 | 3.11.6 | 2.43.0 | Debian 12 |
@@ -28,7 +28,7 @@ Topmost entry = Tag `ltr`
2828

2929
| QGIS | SAGA | OTB[^1] | Jupyter Hub | Jupyter Lab | Python | Git | Linux distro |
3030
|:--------|:------|:--------|:------------|:------------|:--------|:-------|:-------------|
31-
| 3.28.15 | 9.1.3 | 8.1.2 | 4.0.2 | 4.1.1 | 3.11.8 | 2.43.1 | Debian 12 |
31+
| 3.28.15 | 9.1.3 | 8.1.2 | 4.0.2 | 4.1.1 | 3.11.8 | 2.43.2 | Debian 12 |
3232
| 3.28.14 | 9.1.3 | 8.1.2 | 4.0.2 | 4.0.10 | 3.11.7 | 2.43.0 | Debian 12 |
3333
| 3.28.13 | 9.1.3 | 8.1.2 | 4.0.2 | 4.0.9 | 3.11.7 | 2.43.0 | Debian 12 |
3434
| 3.28.12 | 9.1.3 | 8.1.2 | 4.0.2 | 4.0.9 | 3.11.6 | 2.43.0 | Debian 12 |

0 commit comments

Comments
 (0)