From db7c9902c480698b9a0105572cb0a966a265df6a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 13 Jun 2025 01:00:56 +0000 Subject: [PATCH 1/3] Update python Docker tag to v3.13.5 --- Dockerfile | 2 +- Dockerfile-root | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6fe0f2f..84c073e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.4-slim-bookworm +FROM python:3.13.5-slim-bookworm RUN apt-get update -qq && apt-get install -qq git --no-install-recommends && rm -rf /var/lib/apt/lists/* WORKDIR ./ ARG PUID=1000 diff --git a/Dockerfile-root b/Dockerfile-root index a064c69..eb23e5d 100644 --- a/Dockerfile-root +++ b/Dockerfile-root @@ -1,4 +1,4 @@ -FROM python:3.13.4-slim-bookworm +FROM python:3.13.5-slim-bookworm RUN apt-get update -qq && apt-get install -qq git --no-install-recommends && rm -rf /var/lib/apt/lists/* WORKDIR ./ # ARG PUID=1000 From 6c3384198913101391f64fa8efd7175ff34ca960 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Jun 2025 19:01:17 +0000 Subject: [PATCH 2/3] Update dependency ansible-lint to v25.6.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b828b99..c861563 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ ansible==11.6.0 -ansible-lint==25.5.0 +ansible-lint==25.6.0 jmespath==1.0.1 From 6fb5d713cb247fdbbbbfd97ae2b4c1d2778d621c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Jun 2025 20:01:03 +0000 Subject: [PATCH 3/3] Update python Docker tag to v3.13.5 --- Dockerfile | 2 +- Dockerfile-root | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6fe0f2f..84c073e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.4-slim-bookworm +FROM python:3.13.5-slim-bookworm RUN apt-get update -qq && apt-get install -qq git --no-install-recommends && rm -rf /var/lib/apt/lists/* WORKDIR ./ ARG PUID=1000 diff --git a/Dockerfile-root b/Dockerfile-root index a064c69..eb23e5d 100644 --- a/Dockerfile-root +++ b/Dockerfile-root @@ -1,4 +1,4 @@ -FROM python:3.13.4-slim-bookworm +FROM python:3.13.5-slim-bookworm RUN apt-get update -qq && apt-get install -qq git --no-install-recommends && rm -rf /var/lib/apt/lists/* WORKDIR ./ # ARG PUID=1000