Skip to content

Commit

Permalink
Pin version
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil committed Jan 6, 2025
1 parent f6c4c6c commit ffddb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/oidc-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.12 AS main
WORKDIR /app

ENV POETRY_VIRTUALENVS_CREATE=false
RUN pip3 install --no-cache-dir poetry
RUN pip3 install --no-cache-dir poetry==1.8.3

COPY pyproject.toml poetry.lock README.md ./
RUN poetry install --only main
Expand Down

0 comments on commit ffddb08

Please sign in to comment.