Skip to content

Commit 433bc47

Browse files
author
Daniel Goshev
committed
Update Python.
1 parent b94df65 commit 433bc47

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "3.9"
1+
version: "3.12.0"
22

33
services:
44
db:

docker/local.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This docker file is used for local development via docker-compose
22
# Creating image based on official python3 image
3-
FROM python:3.10.8
3+
FROM python:3.12.0
44

55
# Fix python printing
66
ENV PYTHONUNBUFFERED 1

docker/production.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This docker file is used for production
22
# Creating image based on official python3 image
3-
FROM python:3.10.8
3+
FROM python:3.12.0
44

55
# Installing all python dependencies
66
ADD requirements/ requirements/

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.10.8
1+
python-3.12.0

0 commit comments

Comments
 (0)