diff --git a/downstream-services/service-two/Dockerfile b/downstream-services/service-two/Dockerfile index b07a665..02e83e0 100644 --- a/downstream-services/service-two/Dockerfile +++ b/downstream-services/service-two/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.13.0a2-slim +FROM python:3.13.0rc1-slim # Set the working directory to /app WORKDIR /app