diff --git a/bitnami/pinniped/0/scratch/Dockerfile b/bitnami/pinniped/0/scratch/Dockerfile index ebe5977af61c..9ba9cab6b19f 100644 --- a/bitnami/pinniped/0/scratch/Dockerfile +++ b/bitnami/pinniped/0/scratch/Dockerfile @@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "pinniped-0.21.0-0-linux-${OS_ARCH}-debian-11" \ + "pinniped-0.21.0-1-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -35,7 +35,7 @@ ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="0.21.0-scratch-r1" \ + org.opencontainers.image.ref.name="0.21.0-scratch-r2" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pinniped" \ org.opencontainers.image.title="pinniped" \ org.opencontainers.image.vendor="VMware, Inc." \ diff --git a/bitnami/pinniped/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/pinniped/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index ba1453f242ea..74d2be565644 100644 --- a/bitnami/pinniped/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/pinniped/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "pinniped": { "arch": "amd64", - "digest": "f8a032fcd87189e122e170174a0d77714c88b69b1937316d4106941660a75672", + "digest": "acfe2e13c10609fd5a987a623330347deb734be0371a762e5e38b1fdb50b1ecf", "distro": "debian-11", "type": "NAMI", - "version": "0.21.0-0" + "version": "0.21.0-1" } } \ No newline at end of file