Skip to content

Commit eca56ff

Browse files
authored
[bitnami/rclone] Release 1.73.0-debian-12-r0 (#90246)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent b1d104d commit eca56ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bitnami/rclone/1/debian-12/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
77
ARG TARGETARCH
88

99
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
10-
org.opencontainers.image.created="2026-01-28T18:25:58Z" \
10+
org.opencontainers.image.created="2026-01-30T21:37:53Z" \
1111
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1212
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/rclone/README.md" \
1313
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/rclone" \
1414
org.opencontainers.image.title="rclone" \
1515
org.opencontainers.image.vendor="Broadcom, Inc." \
16-
org.opencontainers.image.version="1.72.1"
16+
org.opencontainers.image.version="1.73.0"
1717

1818
ENV HOME="/" \
1919
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
2828
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
2929
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
3030
COMPONENTS=( \
31-
"rclone-1.72.1-1-linux-${OS_ARCH}-debian-12" \
31+
"rclone-1.73.0-0-linux-${OS_ARCH}-debian-12" \
3232
) ; \
3333
for COMPONENT in "${COMPONENTS[@]}"; do \
3434
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -45,9 +45,9 @@ RUN chmod g+rwX /opt/bitnami
4545
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
4646
RUN uninstall_packages curl
4747

48-
ENV APP_VERSION="1.72.1" \
48+
ENV APP_VERSION="1.73.0" \
4949
BITNAMI_APP_NAME="rclone" \
50-
IMAGE_REVISION="4" \
50+
IMAGE_REVISION="0" \
5151
PATH="/opt/bitnami/rclone/bin:$PATH"
5252

5353
USER 1001

0 commit comments

Comments
 (0)