diff --git a/Dockerfile b/Dockerfile index c35a85aa4..73f84b619 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /app RUN pip install -r requirements_dev.txt ### Final image -FROM python:3.13.0b1-slim +FROM python:3.13.0rc1-slim RUN groupadd -r saleor && useradd -r -g saleor saleor