diff --git a/bitnami/gitlab-runner-helper/16/debian-11/Dockerfile b/bitnami/gitlab-runner-helper/16/debian-11/Dockerfile index 203389114d77..19e5680256ce 100644 --- a/bitnami/gitlab-runner-helper/16/debian-11/Dockerfile +++ b/bitnami/gitlab-runner-helper/16/debian-11/Dockerfile @@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-05-29T14:47:09Z" \ + org.opencontainers.image.created="2023-06-01T15:04:38Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="16.0.1-debian-11-r0" \ + org.opencontainers.image.ref.name="16.0.1-debian-11-r1" \ org.opencontainers.image.title="gitlab-runner-helper" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="16.0.1" @@ -33,8 +33,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \ done -RUN apt-get autoremove --purge -y curl && \ - apt-get update && apt-get upgrade -y && \ +RUN apt-get update && apt-get upgrade -y && \ apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami