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 ad29c62
Show file tree
Hide file tree
Showing 2 changed files with 1,758 additions and 1,933 deletions.
6 changes: 3 additions & 3 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,9 +11,9 @@ COPY . /usr/src

WORKDIR /usr/src

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

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

COPY --from=builder /usr/src/ /usr/src/

Expand Down
Loading

0 comments on commit ad29c62

Please sign in to comment.