diff --git a/bitnami/oauth2-proxy/7/debian-11/Dockerfile b/bitnami/oauth2-proxy/7/debian-11/Dockerfile index d7184ff29af1..ed04c174329b 100644 --- a/bitnami/oauth2-proxy/7/debian-11/Dockerfile +++ b/bitnami/oauth2-proxy/7/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-02-21T08:30:42Z" \ + org.opencontainers.image.created="2023-02-22T14:07:31Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="7.4.0-debian-11-r40" \ + org.opencontainers.image.ref.name="7.4.0-debian-11-r41" \ org.opencontainers.image.title="oauth2-proxy" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="7.4.0" @@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl procps RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "oauth2-proxy-7.4.0-2-linux-${OS_ARCH}-debian-11" \ + "oauth2-proxy-7.4.0-3-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/oauth2-proxy/7/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/oauth2-proxy/7/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 5d88ba5e18fb..51a25fda72aa 100644 --- a/bitnami/oauth2-proxy/7/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/oauth2-proxy/7/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -4,6 +4,6 @@ "digest": "a977ee4317dd7e6149b7ee3b28625d5e61da3b56edfc6b3ee124b54f38062edb", "distro": "debian-11", "type": "NAMI", - "version": "7.4.0-2" + "version": "7.4.0-3" } } \ No newline at end of file diff --git a/bitnami/oauth2-proxy/README.md b/bitnami/oauth2-proxy/README.md index 0815532581bc..cbc6efd5e84e 100644 --- a/bitnami/oauth2-proxy/README.md +++ b/bitnami/oauth2-proxy/README.md @@ -134,7 +134,7 @@ docker rm -v oauth2-proxy #### Step 4: Run the new image -Re-create your container from the new image, restoring your backup](#restoring-a-backup if necessary. +Re-create your container from the new image, restoring your backup if necessary. ```console docker run --name oauth2-proxy bitnami/oauth2-proxy:latest @@ -142,8 +142,8 @@ docker run --name oauth2-proxy bitnami/oauth2-proxy:latest ## Contributing -We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/blob/main/bitnami/oauth2-proxy/issues) or submitting a [pull -request](https://github.com/bitnami/containers/blob/main/bitnami/oauth2-proxy/pulls) with your contribution. +We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues/new) or submitting a [pull +request](https://github.com/bitnami/containers/pulls/new) with your contribution. ## Issues