Skip to content

Commit 3644ded

Browse files
committed
Upgrading python image
Signed-off-by: lrochette <[email protected]>
1 parent cff0dbc commit 3644ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

incubating/argocd-app-status/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# stage 1 Build
22
# Bookworm is debian based
3-
FROM python:3.13.0-slim-bookworm AS builder
3+
FROM python:3.13.1-slim-bookworm AS builder
44
WORKDIR /app
55
COPY requirements.txt requirements.txt
66
COPY queries queries/

0 commit comments

Comments
 (0)