Update packages.md

This commit is contained in:
Ayaz Salikhov
2023-11-18 12:14:19 +01:00
committed by GitHub
parent 07fdeaa678
commit 7378b61ac7

View File

@@ -6,12 +6,12 @@ All this means that packages might have old versions.
Images are rebuilt weekly, so usually, packages receive updates quite frequently. Images are rebuilt weekly, so usually, packages receive updates quite frequently.
```{note} ```{note}
We pin major.minor version of python, so this will stay the same even after invoking the `mamba update` command. We pin major.minor version of Python, so this will stay the same even after invoking the `mamba update` command.
``` ```
## Outdated packages ## Outdated packages
To help to identify packages that can be updated, you can use the following helper tool. To help identify packages that can be updated, you can use the following helper tool.
It will list all the outdated packages installed in the `Dockerfile` -- It will list all the outdated packages installed in the `Dockerfile` --
dependencies are filtered to focus only on requested packages. dependencies are filtered to focus only on requested packages.