Skip to content

Commit

Permalink
Bump to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmille committed Nov 22, 2024
1 parent 9d7c9b3 commit 0f41dd5
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 92 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-alpine3.18 AS builder
FROM python:3.12-alpine3.20 AS builder
RUN apk update
RUN apk add gcc musl-dev libffi-dev
RUN pip install poetry
Expand All @@ -7,7 +7,7 @@ WORKDIR /app
RUN poetry build --format=wheel


FROM python:3.11-alpine3.18
FROM python:3.12-alpine3.20
ENV PYTHONUNBUFFERED=TRUE

COPY --from=builder /app/dist/*.whl .
Expand Down
Loading

0 comments on commit 0f41dd5

Please sign in to comment.