Compare commits

...

2 commits

Author SHA1 Message Date
6fb5d713cb
Update python Docker tag to v3.13.5
All checks were successful
ci/woodpecker/push/dry-run Pipeline was successful
ci/woodpecker/push/rootless Pipeline was successful
ci/woodpecker/push/root Pipeline was successful
2025-06-17 20:01:03 +00:00
6c33841989
Update dependency ansible-lint to v25.6.0
All checks were successful
ci/woodpecker/push/dry-run Pipeline was successful
ci/woodpecker/push/root Pipeline was successful
ci/woodpecker/push/rootless Pipeline was successful
2025-06-17 19:01:17 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -1,3 +1,3 @@
ansible==11.6.0
ansible-lint==25.5.0
ansible-lint==25.6.0
jmespath==1.0.1