diff --git a/bitnami/postgrest/10/debian-11/Dockerfile b/bitnami/postgrest/10/debian-11/Dockerfile index 200e227df144..307d85342fe9 100644 --- a/bitnami/postgrest/10/debian-11/Dockerfile +++ b/bitnami/postgrest/10/debian-11/Dockerfile @@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-04-10T22:12:29Z" \ + org.opencontainers.image.created="2023-04-12T22:24:40Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="10.1.2-debian-11-r20" \ + org.opencontainers.image.ref.name="10.2.0-debian-11-r0" \ org.opencontainers.image.title="postgrest" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="10.1.2" + org.opencontainers.image.version="10.2.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -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=( \ - "postgrest-10.1.2-3-linux-${OS_ARCH}-debian-11" \ + "postgrest-10.2.0-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \ apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives RUN useradd -r -u 1001 -g root postgrest -ENV APP_VERSION="10.1.2" \ +ENV APP_VERSION="10.2.0" \ BITNAMI_APP_NAME="postgrest" \ PATH="/opt/bitnami/postgrest/bin:$PATH" diff --git a/bitnami/postgrest/10/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/postgrest/10/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index b740c95a03dc..1f89b4509a29 100644 --- a/bitnami/postgrest/10/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/postgrest/10/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,6 +3,6 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "10.1.2-3" + "version": "10.2.0-0" } } \ No newline at end of file diff --git a/bitnami/postgrest/10/debian-11/tags-info.yaml b/bitnami/postgrest/10/debian-11/tags-info.yaml index 3374d3d31d52..84fedcfa43dc 100644 --- a/bitnami/postgrest/10/debian-11/tags-info.yaml +++ b/bitnami/postgrest/10/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "10" - 10-debian-11 -- 10.1.2 +- 10.2.0 - latest