diff --git a/django/yun2inf_project/requirements.txt b/django/yun2inf_project/requirements.txt index 8f13df8..1738280 100644 --- a/django/yun2inf_project/requirements.txt +++ b/django/yun2inf_project/requirements.txt @@ -1,5 +1,5 @@ Django==5.1 gunicorn==23.0.0 pytz==2024.1 -python-dateutil==2.8.2 +python-dateutil==2.9.0 django-environ==0.11.2 \ No newline at end of file diff --git a/shellscript/setup_yun2inf.sh b/shellscript/setup_yun2inf.sh index bf0e5b0..b8ce9d0 100644 --- a/shellscript/setup_yun2inf.sh +++ b/shellscript/setup_yun2inf.sh @@ -292,7 +292,7 @@ docker run -d --name "$CONTAINERNAME4"\ --network "yun2inf"\ -p $YPORT:8000\ -v "y2i:/yun2inf_project/www/static/"\ - chenkianwee/yun2inf:0.0.6 + chenkianwee/yun2inf:0.0.7 docker restart "$CONTAINERNAME4"