Skip to content

Commit 5c590c3

Browse files
authored
update known issues list
1 parent 5ea7d59 commit 5c590c3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ You may learn about Features at [containers.dev](https://containers.dev/implemen
1212
## Known Issues
1313

1414
* `azure-function-core-tools`
15-
* Upstream does not (yet) support AArch64 / arm64 architectures. https://github.com/Azure/azure-functions-core-tools/issues/3112
16-
* `mssql-odbc-driver`
17-
* Upstream does not (yet) support Ubuntu 24.04. https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server
15+
* Upstream does not (yet) support Debian 13 (trixie). https://github.com/Azure/azure-functions-core-tools/issues/4641
1816

1917
## Usage
2018

@@ -33,7 +31,7 @@ For example, if you develop Python-based Azure Functions that use SQL Server, yo
3331
"version": "latest"
3432
},
3533
"ghcr.io/jlaundry/devcontainer-features/mssql-odbc-driver:1": {
36-
"version": "17"
34+
"version": "18"
3735
}
3836
}
3937
}

0 commit comments

Comments
 (0)