Skip to content

Commit 67ecc62

Browse files
chore(deps): update plugin-barman-cloud-base docker tag to v3.16.1-202510150740 (#579)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c2671ec commit 67ecc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/Dockerfile.sidecar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache
3636
# Use plugin-barman-cloud-base to get the dependencies.
3737
# pip will build everything inside /usr, so we copy every file into a new
3838
# destination that will then be copied into the distroless container
39-
FROM ghcr.io/cloudnative-pg/plugin-barman-cloud-base:3.14.1-202508210758 AS pythonbuilder
39+
FROM ghcr.io/cloudnative-pg/plugin-barman-cloud-base:3.16.1-202510150740 AS pythonbuilder
4040
# Prepare a new /usr/ directory with the files we'll need in the final image
4141
RUN mkdir /new-usr/ && \
4242
cp -r --parents /usr/local/lib/ /usr/lib/*-linux-gnu/ /usr/local/bin/ \

0 commit comments

Comments
 (0)