Skip to content

Commit

Permalink
Upgrading python image
Browse files Browse the repository at this point in the history
Signed-off-by: lrochette <[email protected]>
  • Loading branch information
lrochette committed Jan 2, 2025
1 parent cff0dbc commit 3644ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion incubating/argocd-app-status/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stage 1 Build
# Bookworm is debian based
FROM python:3.13.0-slim-bookworm AS builder
FROM python:3.13.1-slim-bookworm AS builder
WORKDIR /app
COPY requirements.txt requirements.txt
COPY queries queries/
Expand Down

0 comments on commit 3644ded

Please sign in to comment.