Skip to content

Commit 134d50f

Browse files
committed
base: Update Git LFS to v3.7.0
1 parent 838e558 commit 134d50f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION_MATRIX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Topmost entry = Tag `latest`
88

99
| Python | Jupyter Hub | Jupyter Lab | code‑server (Code) | Neovim | Git | Git LFS | Pandoc | Linux distro |
1010
|:-----------|:------------|:------------|:-------------------|:-------|:-------|:--------|:-------|:-------------|
11-
| 3.13.5 | 5.3.0 | 4.4.3 | 4.101.2 (1.101.2) | 0.11.2 | 2.50.0 | 3.6.1 | 3.6.3 | Debian 12 |
11+
| 3.13.5 | 5.3.0 | 4.4.3 | 4.101.2 (1.101.2) | 0.11.2 | 2.50.0 | 3.7.0 | 3.6.3 | Debian 12 |
1212
| 3.12.11 | 5.3.0 | 4.4.3 | 4.100.3 (1.100.3) | 0.11.2 | 2.49.0 | 3.6.1 | 3.6.3 | Debian 12 |
1313
| 3.13.4 | 5.3.0 | 4.4.3 | 4.100.3 (1.100.3) | 0.11.2 | 2.49.0 | 3.6.1 | 3.6.3 | Debian 12 |
1414
| 3.13.3 | 5.3.0 | 4.4.3 | 4.100.2 (1.100.2) | 0.11.2 | 2.49.0 | 3.6.1 | 3.6.3 | Debian 12 |

base/latest.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG CODE_BUILTIN_EXTENSIONS_DIR=/opt/code-server/lib/vscode/extensions
1212
ARG CODE_SERVER_VERSION=4.101.2
1313
ARG NEOVIM_VERSION=0.11.2
1414
ARG GIT_VERSION=2.50.0
15-
ARG GIT_LFS_VERSION=3.6.1
15+
ARG GIT_LFS_VERSION=3.7.0
1616
ARG PANDOC_VERSION=3.6.3
1717

1818
FROM ${BUILD_ON_IMAGE}${PYTHON_VERSION:+:}${PYTHON_VERSION}${CUDA_IMAGE_FLAVOR:+-}${CUDA_IMAGE_FLAVOR} AS files

0 commit comments

Comments
 (0)