dependabot[bot]
6f858e904b
Bump traefik from 3.1.4 to 3.1.5 ( #5423 )
...
Bumps traefik from 3.1.4 to 3.1.5.
---
updated-dependencies:
- dependency-name: traefik
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 13:35:32 +01:00
dependabot[bot]
e0819933ad
Bump python from 3.12.6 to 3.12.7 in docs Docker image ( #5416 )
...
Bumps python from 3.12.6-slim-bookworm to 3.12.7-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-02 12:19:16 +01:00
dependabot[bot]
ec499fa0ac
Bump python from 3.12.6 to 3.12.7 in local Docker image ( #5415 )
...
Bumps python from 3.12.6-slim-bookworm to 3.12.7-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-02 12:18:54 +01:00
dependabot[bot]
9379027267
Bump python from 3.12.6 to 3.12.7 production Docker ( #5414 )
...
Bumps python from 3.12.6-slim-bookworm to 3.12.7-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-02 12:18:28 +01:00
dependabot[bot]
7f07b02a84
Bump traefik
...
Bumps traefik from 3.1.3 to 3.1.4.
---
updated-dependencies:
- dependency-name: traefik
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-20 02:18:21 -03:00
dependabot[bot]
ac990f6524
Bump traefik from 3.1.2 to 3.1.3 ( #5380 )
...
Bumps traefik from 3.1.2 to 3.1.3.
---
updated-dependencies:
- dependency-name: traefik
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-17 10:05:02 +01:00
dependabot[bot]
4865e056c5
Bump python to 3.12.6 in local Docker ( #5370 )
2024-09-10 10:05:08 +01:00
dependabot[bot]
40de2dea1d
Bump python to 3.12.6 in production Docker ( #5367 )
2024-09-10 10:04:55 +01:00
dependabot[bot]
9f1037ab18
Bump python to 3.12.6 in docs Docker image ( #5369 )
2024-09-10 10:04:37 +01:00
dependabot[bot]
ce92e1e944
Bump node from 20 to 22 ( #5039 )
2024-08-20 12:21:49 +02:00
dependabot[bot]
6100821a35
Bump traefik from 2.11.2 to 3.1.2 ( #5282 )
2024-08-20 10:20:40 +01:00
dependabot[bot]
4b683d86d2
Bump python in /{{cookiecutter.project_slug}}/compose/local/docs
...
Bumps python from 3.12.4-slim-bookworm to 3.12.5-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-08 06:33:21 -03:00
dependabot[bot]
774176f9be
Bump python in /{{cookiecutter.project_slug}}/compose/local/django
...
Bumps python from 3.12.4-slim-bookworm to 3.12.5-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-08 06:32:52 -03:00
dependabot[bot]
89d1ae1536
Bump python in /{{cookiecutter.project_slug}}/compose/production/django
...
Bumps python from 3.12.4-slim-bookworm to 3.12.5-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-08 06:32:16 -03:00
hleroy
12e9dc753c
Added back CMD command
...
Clearning the ENTRYPOINT also clears the CMD. We need to set explicitly CMD again.
2024-07-23 12:57:00 -03:00
Fabio C. Barrionuevo da Luz
cb103ce28d
Use "ENV key=value" instead of "ENV key value" in Dockerfiles
...
The old syntax for ENV and LABEL is marked as deprecated in docker buildx v0.14.0
https://docs.docker.com/reference/build-checks/legacy-key-value-format/
https://github.com/moby/buildkit/pull/4923
2024-07-19 06:06:47 -03:00
hleroy
634b091756
Clear ENTRYPOINT
in awscli
image to allow script execution ( #5221 )
...
* Fix: clear ENTRYPOINT in derived image to allow script execution
* Added explanation regarding clearing ENTRYPOINT from the base image
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
---------
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2024-07-16 14:57:40 +01:00
Bruno Alla
1f82072d5b
Fix keywords case warning in Dockerfile
...
Recently noticed the following warning in my Docker builds:
> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match
I don't think it's causing any harm, apart perhaps some small noise in the logs.
2024-06-26 09:14:25 -03:00
dependabot[bot]
bacd17bb08
Bump amazon/aws-cli from 2.16.10 to 2.17.0 in /{{cookiecutter.project_slug}}/compose/production/aws ( #5161 )
...
Bumps amazon/aws-cli from 2.16.10 to 2.17.0.
---
updated-dependencies:
- dependency-name: amazon/aws-cli
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-22 12:22:37 +01:00
dependabot[bot]
cc41c0b804
Bump amazon/aws-cli from 2.16.8 to 2.16.10 ( #5149 )
...
Bumps amazon/aws-cli from 2.16.8 to 2.16.10.
---
updated-dependencies:
- dependency-name: amazon/aws-cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 11:30:00 +01:00
Arnav Choudhury
401ffd0e86
Update start-flower in flower to wait until all celery workers are online ( #5012 )
...
Flower needs to start only after the celery workers come online. Otherwise one will see errors like `inspect method failed` etc
2024-06-15 23:55:43 +01:00
dependabot[bot]
03e68e893f
Bump python in /{{cookiecutter.project_slug}}/compose/local/docs
...
Bumps python from 3.12.3-slim-bookworm to 3.12.4-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-14 14:00:29 -03:00
dependabot[bot]
c11d5519d6
Bump python in /{{cookiecutter.project_slug}}/compose/local/django
...
Bumps python from 3.12.3-slim-bookworm to 3.12.4-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-14 14:00:10 -03:00
dependabot[bot]
ed0857f7b3
Bump python in /{{cookiecutter.project_slug}}/compose/production/django
...
Bumps python from 3.12.3-slim-bookworm to 3.12.4-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-14 13:59:48 -03:00
dependabot[bot]
453ea25b1d
Bump amazon/aws-cli
...
Bumps amazon/aws-cli from 2.16.6 to 2.16.8.
---
updated-dependencies:
- dependency-name: amazon/aws-cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-14 13:58:46 -03:00
dependabot[bot]
d3ce7925b2
Bump amazon/aws-cli Docker image from 2.15.58 to 2.16.6 ( #5135 )
...
Bumps amazon/aws-cli from 2.15.58 to 2.16.6.
---
updated-dependencies:
- dependency-name: amazon/aws-cli
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-12 09:45:22 +01:00
Manas Mallick
eec17f7c57
Change aws-cli docker image to use official amazon image ( #5116 )
2024-06-08 15:12:33 +01:00
Jason Mok
b6656379af
Replace deprecated uvicorn.workers
with uvicorn-worker
( #5110 )
...
* chore: Replace deprecated uvicorn.workers with uvicorn-worker
* Add package and fix worker class name
---------
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2024-06-08 14:56:02 +01:00
Matthew Foster Walsh
10c85ce3d6
Rename docker compose files to include 'docker-compose' ( #4995 )
...
* Renamed local.yml to docker-compose.local.yml
* Renamed production.yml to docker-compose.production.yml
* Rename docs.yml to docker-compose.docs.yml
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2024-05-13 18:18:56 +01:00
dependabot[bot]
7fde9bf188
Bump traefik from 2.11.0 to 2.11.2 ( #4993 )
...
---
updated-dependencies:
- dependency-name: traefik
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-16 22:47:00 +01:00
dependabot[bot]
8a2eb3142f
Bump python in /{{cookiecutter.project_slug}}/compose/local/docs ( #4979 )
...
Bumps python from 3.12.2-slim-bookworm to 3.12.3-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2024-04-10 10:15:26 +01:00
dependabot[bot]
df0d91c873
Bump python from 3.12.2 to 3.12.3 in local ( #4981 )
...
Bumps python from 3.12.2-slim-bookworm to 3.12.3-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 09:14:26 +01:00
dependabot[bot]
d8ade3be0d
Bump python from 3.12.2 to 3.12.3 in production ( #4980 )
...
Bumps python from 3.12.2-slim-bookworm to 3.12.3-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 09:14:10 +01:00
Eraldo Energy
f4362c7676
Update mentions of psycopg in comments ( #4947 )
2024-03-26 15:47:02 +00:00
Jelmer Draaijer
b488056b63
Upgrade Python to version 3.12
2024-03-18 20:07:24 +01:00
GitBib
f39aff8b3f
Fix fully qualified docker images ( #4905 )
...
* Fix Python (docker) Docker image version not being recognized after adding registry to image names
* Fix Python (docs) Docker image version not being recognized after adding registry to image names
* Fix Python (django) Docker image version not being recognized after adding registry to image names
2024-03-06 13:50:01 +00:00
Simeon Emanuilov
95e5598dfd
Fix permissions for media files when served by nginx ( #4889 )
...
chore: adding recursive flag for the WORKDIR directory
2024-02-28 09:41:08 +00:00
dependabot[bot]
dd841c6478
Bump traefik to 2.11.0 ( #4857 )
...
Bumps traefik from 2.10.7 to 2.11.0.
---
updated-dependencies:
- dependency-name: traefik
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-13 10:28:24 +00:00
Jelmer
bb6d176235
Merge pull request #4840 from cookiecutter/dependabot/docker/{{cookiecutter.project_slug}}/compose/local/docs/python-3.11.8-slim-bookworm
...
Bump python from 3.11.7-slim-bookworm to 3.11.8-slim-bookworm in /{{cookiecutter.project_slug}}/compose/local/docs
2024-02-08 08:09:36 +01:00
Jelmer
d1cc4dc801
Merge pull request #4841 from cookiecutter/dependabot/docker/{{cookiecutter.project_slug}}/compose/local/django/python-3.11.8-slim-bookworm
...
Bump python from 3.11.7-slim-bookworm to 3.11.8-slim-bookworm in /{{cookiecutter.project_slug}}/compose/local/django
2024-02-08 08:09:28 +01:00
dependabot[bot]
908697e5a3
Bump python in /{{cookiecutter.project_slug}}/compose/production/django
...
Bumps python from 3.11.7-slim-bookworm to 3.11.8-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-08 05:29:46 +00:00
dependabot[bot]
f2c320527a
Bump python in /{{cookiecutter.project_slug}}/compose/local/django
...
Bumps python from 3.11.7-slim-bookworm to 3.11.8-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-08 05:23:12 +00:00
dependabot[bot]
300ccc6b57
Bump python in /{{cookiecutter.project_slug}}/compose/local/docs
...
Bumps python from 3.11.7-slim-bookworm to 3.11.8-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-08 05:10:33 +00:00
Tim Freund
c7eded8644
Add registry to Docker images names ( #4804 )
...
Prepending docker.io/ to image names allows projects to be run in
alternate runtimes such as podman-compose without additional
configuration.
2024-01-25 09:12:07 +00:00
Cristian Vargas
86faba37d9
Update traefik doc links ( #4798 )
...
* Update traefik doc links
* Update traefik doc. Use correct anchor
2024-01-21 22:32:47 +00:00
aiden
0618d35733
Upgrade debian to 12 bookworm ( #4745 )
...
Co-authored-by: aidenlu <aiden_lu@wochacha.com>
2023-12-19 10:43:16 +00:00
dependabot[bot]
31451da89d
Bump traefik from 2.10.6 to 2.10.7 ( #4722 )
...
Bumps traefik from 2.10.6 to 2.10.7.
---
updated-dependencies:
- dependency-name: traefik
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 09:18:53 +00:00
dependabot[bot]
d9a7d70899
Bump python from 3.11.6 to 3.11.7 ( #4719 )
...
* Bump python in /{{cookiecutter.project_slug}}/compose/production/django
Bumps python from 3.11.6-slim-bullseye to 3.11.7-slim-bullseye.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump python in /{{cookiecutter.project_slug}}/compose/local/django
Bumps python from 3.11.6-slim-bullseye to 3.11.7-slim-bullseye.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump python in /{{cookiecutter.project_slug}}/compose/local/docs
Bumps python from 3.11.6-slim-bullseye to 3.11.7-slim-bullseye.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update Heroku runtime to 3.11.7
* Pin pre-commit Python version to 3.11
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2023-12-06 09:40:04 +00:00
dependabot[bot]
957bc66d11
Bump node from 18 to 20 ( #4283 )
2023-12-04 09:58:02 +00:00
dependabot[bot]
9c016b7528
Bump traefik from 2.10.5 to 2.10.6 ( #4706 )
...
Bumps traefik from 2.10.5 to 2.10.6.
---
updated-dependencies:
- dependency-name: traefik
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-30 11:04:56 +00:00