diff --git a/Dockerfile b/Dockerfile index e4bce08..f7b4b01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.7-slim +FROM python:3.14.0-slim # Default UID and GID (can be overridden) ARG USER_UID=1000 diff --git a/README.md b/README.md index 878234a..154fd0c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python 3.11](https://img.shields.io/badge/python-3.13-blue.svg)](https://www.python.org/downloads/) +### Disclaimers: +#### AI is responsible for over half of the coding. Also keep in mind that this software is mostly developed for personal use by myself and thus might not receive all feature requests desired. +################################################### + A Dockerized secure web application for managing email forwarders through the DirectAdmin API. Features a clean web interface with authentication, 2FA support, user management options. ## ✨ Features