diff --git a/autogpts/autogpt/Dockerfile b/autogpts/autogpt/Dockerfile index fad9d213b562..1c70e741d8d1 100644 --- a/autogpts/autogpt/Dockerfile +++ b/autogpts/autogpt/Dockerfile @@ -2,7 +2,7 @@ ARG BUILD_TYPE=dev # Use an official Python base image from the Docker Hub -FROM python:3.13.0b2-slim AS autogpt-base +FROM python:3.13.0rc2-slim AS autogpt-base # Install browsers RUN apt-get update && apt-get install -y \