Skip to content

Commit 0640c71

Browse files
chore(deps): update python docker tag to v3.14
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | python | 3.13 | 3.14 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a487c4e commit 0640c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/Dockerfile.barmanbase

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim-bookworm
1+
FROM python:3.14-slim-bookworm
22
COPY containers/sidecar-requirements.txt .
33
RUN apt-get update && \
44
apt-get install -y postgresql-common build-essential && \

0 commit comments

Comments
 (0)