Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2020-2030 Asif Saif Uddin <auvipy@gmail.com> and all contributors.
# Copyright (C) 2019 Sebastian Pipping <sebastian@pipping.org>
# Licensed under the BSD License (3 clause, also known as the new BSD license)

Expand Down
3 changes: 2 additions & 1 deletion docker/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright (C) 2020-2030 Asif Saif Uddin <auvipy@gmail.com> and all contributors.
# Copyright (C) 2019 Sebastian Pipping <sebastian@pipping.org>
# Licensed under the BSD License (3 clause, also known as the new BSD license)

FROM python:3.9-slim
FROM python:3.12-slim

ENV PATH=${PATH}:/root/.local/bin

Expand Down
1 change: 1 addition & 0 deletions docker/base/celery.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2020-2030 Asif Saif Uddin <auvipy@gmail.com> and all contributors.
# Copyright (C) 2019 Sebastian Pipping <sebastian@pipping.org>
# Licensed under the BSD License (3 clause, also known as the new BSD license)

Expand Down
1 change: 1 addition & 0 deletions docker/celery-beat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2020-2030 Asif Saif Uddin <auvipy@gmail.com> and all contributors.
# Copyright (C) 2019 Sebastian Pipping <sebastian@pipping.org>
# Licensed under the BSD License (3 clause, also known as the new BSD license)

Expand Down
1 change: 1 addition & 0 deletions docker/celery-beat/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /usr/bin/env bash
# Copyright (C) 2020-2030 Asif Saif Uddin <auvipy@gmail.com> and all contributors.
# Copyright (C) 2019 Sebastian Pipping <sebastian@pipping.org>
# Licensed under the BSD License (3 clause, also known as the new BSD license)

Expand Down
1 change: 1 addition & 0 deletions docker/django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2020-2030 Asif Saif Uddin <auvipy@gmail.com> and all contributors.
# Copyright (C) 2019 Sebastian Pipping <sebastian@pipping.org>
# Licensed under the BSD License (3 clause, also known as the new BSD license)

Expand Down
1 change: 1 addition & 0 deletions docker/django/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /usr/bin/env bash
# Copyright (C) 2020-2030 Asif Saif Uddin <auvipy@gmail.com> and all contributors.
# Copyright (C) 2019 Sebastian Pipping <sebastian@pipping.org>
# Licensed under the BSD License (3 clause, also known as the new BSD license)

Expand Down