Skip to content

Commit

Permalink
fix(Dockerfile): update deps; relock python-3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
135e2 committed Dec 24, 2023
1 parent e70b90d commit e553354
Show file tree
Hide file tree
Showing 2 changed files with 1,757 additions and 1,932 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/python:3-slim AS builder
FROM docker.io/python:3.11-slim AS builder

RUN pip install --user pipenv

Expand All @@ -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
Loading

0 comments on commit e553354

Please sign in to comment.