Skip to content

Commit

Permalink
base: Update Git to v2.43.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benz0li committed Feb 16, 2024
1 parent 0006ded commit 6af89a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CUDA.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ cd base && docker build \
--build-arg QGIS_VERSION=3.34.3 \
--build-arg OTB_VERSION=8.1.2 \
--build-arg PYTHON_VERSION=3.11.8 \
--build-arg GIT_VERSION=2.43.1 \
--build-arg GIT_VERSION=2.43.2 \
-t jupyterlab/cuda/qgis/base \
-f Dockerfile .
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ cd base && docker build \
--build-arg OTB_VERSION=8.1.2 \
--build-arg PROC_SAGA_NG_VERSION=1.0.0 \
--build-arg PYTHON_VERSION=3.11.8 \
--build-arg GIT_VERSION=2.43.1 \
--build-arg GIT_VERSION=2.43.2 \
-t jupyterlab/qgis/base \
-f Dockerfile .
```
Expand All @@ -94,7 +94,7 @@ cd base && docker build \
--build-arg OTB_VERSION=8.1.2 \
--build-arg PROC_SAGA_NG_VERSION=1.0.0 \
--build-arg PYTHON_VERSION=3.11.8 \
--build-arg GIT_VERSION=2.43.1 \
--build-arg GIT_VERSION=2.43.2 \
-t jupyterlab/qgis/base:ltr \
-f Dockerfile .
```
Expand Down
4 changes: 2 additions & 2 deletions VERSION_MATRIX.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Topmost entry = Tag `latest`

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

| QGIS | SAGA | OTB[^1] | Jupyter Hub | Jupyter Lab | Python | Git | Linux distro |
|:--------|:------|:--------|:------------|:------------|:--------|:-------|:-------------|
| 3.28.15 | 9.1.3 | 8.1.2 | 4.0.2 | 4.1.1 | 3.11.8 | 2.43.1 | Debian 12 |
| 3.28.15 | 9.1.3 | 8.1.2 | 4.0.2 | 4.1.1 | 3.11.8 | 2.43.2 | Debian 12 |
| 3.28.14 | 9.1.3 | 8.1.2 | 4.0.2 | 4.0.10 | 3.11.7 | 2.43.0 | Debian 12 |
| 3.28.13 | 9.1.3 | 8.1.2 | 4.0.2 | 4.0.9 | 3.11.7 | 2.43.0 | Debian 12 |
| 3.28.12 | 9.1.3 | 8.1.2 | 4.0.2 | 4.0.9 | 3.11.6 | 2.43.0 | Debian 12 |
Expand Down

0 comments on commit 6af89a5

Please sign in to comment.