Skip to content

Commit

Permalink
Update python image
Browse files Browse the repository at this point in the history
  • Loading branch information
felixschndr committed Oct 30, 2024
1 parent e4f83cf commit e69450c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-alpine
FROM python:3.11-bookworm

LABEL org.opencontainers.image.source="https://github.com/felixschndr/mealie-bring-api"
LABEL org.opencontainers.image.description="The container image of the mealie bring api integration (https://github.com/felixschndr/mealie-bring-api)"
Expand All @@ -7,8 +7,8 @@ WORKDIR /app

EXPOSE 8742/tcp

COPY source/*.py .
COPY requirements.txt .
COPY source/*.py ./
COPY requirements.txt ./

RUN pip install -r requirements.txt

Expand Down

0 comments on commit e69450c

Please sign in to comment.