diff --git a/crawler/Dockerfile b/crawler/Dockerfile index 5a4ab52..119b1d2 100644 --- a/crawler/Dockerfile +++ b/crawler/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0a1-alpine +FROM python:3.12.0b2-alpine # Set the application directory WORKDIR .