1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 10:43:35 +02:00
Commit graph

15 commits

Author SHA1 Message Date
dependabot[bot]
9d7b39ee06
Bump django from 3.2.13 to 4.2.16 in /django/app
Bumps [django](https://github.com/django/django) from 3.2.13 to 4.2.16.
- [Commits](https://github.com/django/django/compare/3.2.13...4.2.16)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 16:31:42 +00:00
Guillaume Lours
18f59bdb09 remove references to Dev Environments feature
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-05-18 11:08:07 +02:00
Nick Sieger
c2f8036fd3
Add "Open in Docker Dev Environments" links (#280)
* readme: add devenvs links in READMEs

Signed-off-by: Nick Sieger <nick@nicksieger.com>
2022-09-01 11:39:33 -05:00
Guillaume Lours
f716bfb382
add configuration to use django sample with Docker Dev Environments feature (#252)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-07-12 12:18:35 +02:00
Guillaume Lours
298ebd2b45
Fix security issues (#244)
* fix security issues in react-rust-postgres sample
* fix security issues in react-java-mysql sample
* fix security issues in react-express-mysql sample
* fix security issues in react-express-mongodb sample
* fix security issues in react-nginx sample
* fix security issues in angular sample
* fix security issues in django sample
* fix security issues in vuejs sample

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-05-16 21:20:20 +02:00
Nicolas De loof
667bd9facb
Adopt Compose v2 (#240)
* Adopt Compose v2

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2022-05-10 11:59:25 +02:00
Guillaume Lours
eaa9360152
fix security issues on django sample
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-03-12 18:59:29 +01:00
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>
2021-11-04 15:51:58 +01:00
Guillaume Lours
7ec903b5d2 upgrade django version to fix security issue in the Django sample
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-10-08 12:27:47 +02:00
Anca Iordache
99e20f4867
Update dependencies for django and express samples (#128)
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2021-04-13 14:29:52 +02:00
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>
2021-03-22 10:01:41 +01:00
carehart
77f04a4539 correct reference to number of containers
Signed-off-by: carehart <charlie@carehart.org>
2020-07-27 22:26:00 -05:00
Guillaume Lours
d441df2921 Upgrade Django version to fix CVE-2020-13596 & CVE-2020-13254
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-06-05 21:34:30 +02:00
FelipeVilella
8e678f132c
changing extension (#46)
Signed-off-by: Felipe Vilella <vilella.luisfelipe@gmail.com>
2020-04-07 15:56:32 +02:00
FelipeVilella
1e7d24da27
Django example (#43)
Add a Django example
2020-04-07 14:00:55 +02:00