update basically everything
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.8.5
|
||||
FROM python:3.9.0
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
WORKDIR /code/
|
||||
COPY requirements.txt .
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
version: "3.7"
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
|
||||
db:
|
||||
image: postgres:12.3-alpine
|
||||
image: postgres:13-alpine
|
||||
environment:
|
||||
POSTGRES_DB: "financeplanner_db"
|
||||
POSTGRES_USER: "financeplanner_user"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
django==3.1.0
|
||||
psycopg2-binary==2.8.5
|
||||
django==3.1.3
|
||||
psycopg2-binary==2.8.6
|
||||
uwsgi==2.0.19.1
|
||||
python-dateutil==2.8.1
|
||||
|
||||
Reference in New Issue
Block a user