Skip to content

Commit

Permalink
Remove Python version constraint in producer Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgi1324 committed Nov 14, 2024
1 parent b83ed6b commit 668589c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/producer/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down

0 comments on commit 668589c

Please sign in to comment.