@@ -8,13 +8,13 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
88ARG TARGETARCH
99
1010LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
11- org.opencontainers.image.created="2026-02-25T16:16:50Z " \
11+ org.opencontainers.image.created="2026-03-09T11:12:55Z " \
1212 org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313 org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/nessie-utils/README.md" \
1414 org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nessie-utils" \
1515 org.opencontainers.image.title="nessie-utils" \
1616 org.opencontainers.image.vendor="Broadcom, Inc." \
17- org.opencontainers.image.version="0.107.3 "
17+ org.opencontainers.image.version="0.107.4 "
1818
1919ENV HOME="/" \
2020 OS_ARCH="${TARGETARCH:-amd64}" \
@@ -30,7 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
3030 mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
3131 COMPONENTS=( \
3232 "jre-21.0.10-10-0-linux-${OS_ARCH}-debian-12" \
33- "nessie-utils-0.107.3 -0-linux-${OS_ARCH}-debian-12" \
33+ "nessie-utils-0.107.4 -0-linux-${OS_ARCH}-debian-12" \
3434 ) ; \
3535 for COMPONENT in "${COMPONENTS[@]}" ; do \
3636 if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -49,7 +49,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
4949
5050COPY rootfs /
5151RUN /opt/bitnami/scripts/java/postunpack.sh
52- ENV APP_VERSION="0.107.3 " \
52+ ENV APP_VERSION="0.107.4 " \
5353 BITNAMI_APP_NAME="nessie-utils" \
5454 IMAGE_REVISION="0" \
5555 JAVA_HOME="/opt/bitnami/java" \
0 commit comments