diff --git a/Red-Dashboard/Dockerfile b/Red-Dashboard/Dockerfile index 67a209d..7314660 100644 --- a/Red-Dashboard/Dockerfile +++ b/Red-Dashboard/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim as latest +FROM python:3.13-slim as latest RUN set -eux; \ # Install Red-DiscordBot dependencies apt-get update; \