Skip to content

Commit 2358d4f

Browse files
chore(deps): update ghcr.io/cloudnative-pg/plugin-barman-cloud-base docker tag to v3.16.2-202511090001
| datasource | package | from | to | | ---------- | ----------------------------------------------- | ------------------- | ------------------- | | docker | ghcr.io/cloudnative-pg/plugin-barman-cloud-base | 3.16.2-202511051806 | 3.16.2-202511090001 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 316828c commit 2358d4f

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.16.2-202511051806 AS pythonbuilder
39+
FROM ghcr.io/cloudnative-pg/plugin-barman-cloud-base:3.16.2-202511090001 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)