diff --git a/bitnami/gitlab-runner-helper/18/debian-12/Dockerfile b/bitnami/gitlab-runner-helper/18/debian-12/Dockerfile index 63a9d6528d60..626a590ae1ff 100644 --- a/bitnami/gitlab-runner-helper/18/debian-12/Dockerfile +++ b/bitnami/gitlab-runner-helper/18/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-09-04T16:51:09Z" \ + org.opencontainers.image.created="2025-09-07T00:52:11Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/gitlab-runner-helper/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/gitlab-runner-helper" \ @@ -53,7 +53,7 @@ RUN mkdir /home/gitlab-runner && \ ln -s /opt/bitnami/gitlab-runner-helper/bin/gitlab-runner-helper /usr/bin/gitlab-runner-helper ENV APP_VERSION="18.3.1" \ BITNAMI_APP_NAME="gitlab-runner-helper" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/gitlab-runner-helper/bin:/opt/bitnami/common/bin:$PATH" USER 1001