Skip to content

Commit

Permalink
Upgrade pip and do not sue slim version
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Rochette <[email protected]>
  • Loading branch information
lrochette committed Oct 31, 2023
1 parent 440b933 commit bf70da3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion incubating/argo-cd-sync/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3.12-slim-bookworm
FROM python:3.12.0-bookworm
WORKDIR /app
COPY requirements.txt requirements.txt
RUN pip3 install --upgrade pip
RUN pip3 install -r requirements.txt
COPY queries queries/
COPY argocd_sync.py run.py
Expand Down

0 comments on commit bf70da3

Please sign in to comment.