Skip to content

Commit db7a665

Browse files
authored
update python version for docker and copy rights (#866)
* update python version for docker and copy rights * update python version for docker and copy rights
1 parent 5b5428f commit db7a665

File tree

7 files changed

+8
-1
lines changed

7 files changed

+8
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (C) 2020-2030 Asif Saif Uddin <[email protected]> and contributors.
12
# Copyright (C) 2019 Sebastian Pipping <[email protected]>
23
# Licensed under the BSD License (3 clause, also known as the new BSD license)
34

docker/base/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
# Copyright (C) 2020-2030 Asif Saif Uddin <[email protected]> and contributors.
12
# Copyright (C) 2019 Sebastian Pipping <[email protected]>
23
# Licensed under the BSD License (3 clause, also known as the new BSD license)
34

4-
FROM python:3.9-slim
5+
FROM python:3.12-slim
56

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

docker/base/celery.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (C) 2020-2030 Asif Saif Uddin <[email protected]> and contributors.
12
# Copyright (C) 2019 Sebastian Pipping <[email protected]>
23
# Licensed under the BSD License (3 clause, also known as the new BSD license)
34

docker/celery-beat/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (C) 2020-2030 Asif Saif Uddin <[email protected]> and contributors.
12
# Copyright (C) 2019 Sebastian Pipping <[email protected]>
23
# Licensed under the BSD License (3 clause, also known as the new BSD license)
34

docker/celery-beat/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#! /usr/bin/env bash
2+
# Copyright (C) 2020-2030 Asif Saif Uddin <[email protected]> and contributors.
23
# Copyright (C) 2019 Sebastian Pipping <[email protected]>
34
# Licensed under the BSD License (3 clause, also known as the new BSD license)
45

docker/django/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (C) 2020-2030 Asif Saif Uddin <[email protected]> and contributors.
12
# Copyright (C) 2019 Sebastian Pipping <[email protected]>
23
# Licensed under the BSD License (3 clause, also known as the new BSD license)
34

docker/django/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#! /usr/bin/env bash
2+
# Copyright (C) 2020-2030 Asif Saif Uddin <[email protected]> and contributors.
23
# Copyright (C) 2019 Sebastian Pipping <[email protected]>
34
# Licensed under the BSD License (3 clause, also known as the new BSD license)
45

0 commit comments

Comments
 (0)