Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2e5233a

Browse files
authoredNov 12, 2024··
fix: Use python:3.13-alpine for metrics-exporter (GoogleCloudPlatform#1520)
1 parent b3c5d96 commit 2e5233a

File tree

1 file changed

+2
-3
lines changed
  • cost-optimization/gke-vpa-recommendations/metrics-exporter

1 file changed

+2
-3
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
2-
FROM python:3.13
1+
FROM python:3.13-alpine
32
WORKDIR /app
43
COPY requirements.txt requirements.txt
54
RUN pip install -r requirements.txt
65
COPY . .
7-
CMD ["python", "./main.py"]
6+
CMD ["python", "./main.py"]

0 commit comments

Comments
 (0)
Please sign in to comment.