Skip to content

Commit

Permalink
Update docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
kmille committed Dec 20, 2023
1 parent 6491690 commit b15ac59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM python:3.10-alpine3.17 AS builder
FROM python:3.11-alpine3.18 AS builder
RUN pip install poetry
COPY . /app
WORKDIR /app
RUN poetry build --format=wheel


FROM python:3.10-alpine3.17
FROM python:3.11-alpine3.18
ENV PYTHONUNBUFFERED=TRUE

RUN apk add --no-cache ffmpeg && \
Expand Down

0 comments on commit b15ac59

Please sign in to comment.