Skip to content

Commit

Permalink
fix: Use python:3.13-alpine for metrics-exporter (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay authored Nov 12, 2024
1 parent b3c5d96 commit 2e5233a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

FROM python:3.13
FROM python:3.13-alpine
WORKDIR /app
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
COPY . .
CMD ["python", "./main.py"]
CMD ["python", "./main.py"]

0 comments on commit 2e5233a

Please sign in to comment.