8 Commits (e4a26f074513d5f5e57f88138c7ae71456850aaf)

Author SHA1 Message Date
Guillaume Lours 2056ab2f01
Remove version from compose files to conform to the specification (#167)
https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-top-level-element

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
3 years ago
Guillaume Lours 7ec903b5d2 upgrade django version to fix security issue in the Django sample
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
3 years ago
Anca Iordache 99e20f4867
Update dependencies for django and express samples (#128)
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
3 years ago
Andy Madge a42a8531ab
Added `--no-cache-dir` option to all Python pip commands in Dockerfiles (#113)
The cache gives no benefit to a Docker image but it does add size, hence it's best left out.

Signed-off-by: Andy Madge <andymadge@gmail.com>
4 years ago
carehart 77f04a4539 correct reference to number of containers
Signed-off-by: carehart <charlie@carehart.org>
4 years ago
Guillaume Lours d441df2921 Upgrade Django version to fix CVE-2020-13596 & CVE-2020-13254
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
4 years ago
FelipeVilella 8e678f132c
changing extension (#46)
Signed-off-by: Felipe Vilella <vilella.luisfelipe@gmail.com>
5 years ago
FelipeVilella 1e7d24da27
Django example (#43)
Add a Django example
5 years ago