diff --git a/src/producer/src/Dockerfile b/src/producer/src/Dockerfile index 8cd57301..7ee9439c 100644 --- a/src/producer/src/Dockerfile +++ b/src/producer/src/Dockerfile @@ -14,7 +14,7 @@ WORKDIR /app ENV PYTHONUNBUFFERED=1 -RUN apk add --update --no-cache python3=~3.11.9-r0 py3-pip && ln -sf python3 /usr/bin/python +RUN apk add --update --no-cache python3 py3-pip && ln -sf python3 /usr/bin/python COPY --from=build /src/out .