diff --git a/bitnami/supabase-postgres/15/debian-11/Dockerfile b/bitnami/supabase-postgres/15/debian-11/Dockerfile index e92a52969109..c31e484b1263 100644 --- a/bitnami/supabase-postgres/15/debian-11/Dockerfile +++ b/bitnami/supabase-postgres/15/debian-11/Dockerfile @@ -5,10 +5,10 @@ ARG TARGETARCH ARG WITH_ALL_LOCALES="no" LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-02-26T22:34:22Z" \ + org.opencontainers.image.created="2023-03-01T08:19:03Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="15.1.0-debian-11-r9" \ + org.opencontainers.image.ref.name="15.1.0-debian-11-r10" \ org.opencontainers.image.title="supabase-postgres" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="15.1.0" @@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ "java-11.0.18-10-2-linux-${OS_ARCH}-debian-11" \ "gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \ - "supabase-postgres-15.1.0-7-linux-${OS_ARCH}-debian-11" \ + "supabase-postgres-15.1.0-8-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/supabase-postgres/15/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/supabase-postgres/15/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 25f2f73779fe..0476e8e8c3ab 100644 --- a/bitnami/supabase-postgres/15/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/supabase-postgres/15/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -15,9 +15,9 @@ }, "supabase-postgres": { "arch": "amd64", - "digest": "0ca63da0aa3d6c905ed2ca6922f9bcfcfc3eff6ce1fa68989db42f965f32601a", + "digest": "dfd8b254629e887d884fa9d522138e76ab08784493e08fa9fc28bbb738c95899", "distro": "debian-11", "type": "NAMI", - "version": "15.1.0-7" + "version": "15.1.0-8" } } \ No newline at end of file