Skip to content

Commit

Permalink
fix(Dockerfile): update deps in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
135e2 committed Dec 24, 2023
1 parent e70b90d commit 6303e68
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
Expand Up @@ -11,7 +11,7 @@ COPY . /usr/src

WORKDIR /usr/src

RUN python -m pipenv sync
RUN python -m pipenv update

FROM docker.io/python:3-slim AS runner

Expand Down

0 comments on commit 6303e68

Please sign in to comment.