diff --git a/bitnami/node/16/debian-11/Dockerfile b/bitnami/node/16/debian-11/Dockerfile index 86f3a3703539..ddf85b73ab2e 100644 --- a/bitnami/node/16/debian-11/Dockerfile +++ b/bitnami/node/16/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="16.17.1-debian-11-r6" \ + org.opencontainers.image.ref.name="16.17.1-debian-11-r7" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/node" \ org.opencontainers.image.title="node" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -30,7 +30,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ fi && \ sha256sum -c "${COMPONENT}.tar.gz.sha256" && \ tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ - rm -rf "${COMPONENT}.tar.gz{,sha256}" ; \ + rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \ done RUN apt-get autoremove --purge -y curl && \ apt-get update && apt-get upgrade -y && \