We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666bc6a commit 1ef53d0Copy full SHA for 1ef53d0
1 file changed
containers/Dockerfile.sidecar
@@ -36,7 +36,7 @@ RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache
36
# Use plugin-barman-cloud-base to get the dependencies.
37
# pip will build everything inside /usr, so we copy every file into a new
38
# destination that will then be copied into the distroless container
39
-FROM ghcr.io/cloudnative-pg/plugin-barman-cloud-base:3.16.1-202510150740 AS pythonbuilder
+FROM ghcr.io/cloudnative-pg/plugin-barman-cloud-base:3.16.2-202511051806 AS pythonbuilder
40
# Prepare a new /usr/ directory with the files we'll need in the final image
41
RUN mkdir /new-usr/ && \
42
cp -r --parents /usr/local/lib/ /usr/lib/*-linux-gnu/ /usr/local/bin/ \
0 commit comments