Skip to content

Commit

Permalink
fixup! Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex committed Jan 5, 2024
1 parent 7352785 commit bdab84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.2
FROM python:3.9.12-slim AS builder

RUN --mount=type=cache,target=/root/.cache pip install poetry==1.3.1
RUN --mount=type=cache,target=/root/.cache pip install poetry==1.7.0
RUN poetry config virtualenvs.create false

COPY poetry.lock pyproject.toml ./
Expand Down

0 comments on commit bdab84a

Please sign in to comment.