We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff0dbc commit 3644dedCopy full SHA for 3644ded
incubating/argocd-app-status/Dockerfile
@@ -1,6 +1,6 @@
1
# stage 1 Build
2
# Bookworm is debian based
3
-FROM python:3.13.0-slim-bookworm AS builder
+FROM python:3.13.1-slim-bookworm AS builder
4
WORKDIR /app
5
COPY requirements.txt requirements.txt
6
COPY queries queries/
0 commit comments