diff --git a/bitnami/supabase-postgres/15/debian-11/Dockerfile b/bitnami/supabase-postgres/15/debian-11/Dockerfile index 8979cd97fa24..543b4ba5434c 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-03-18T08:53:41Z" \ + org.opencontainers.image.created="2023-03-19T01:14:08Z" \ 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-r11" \ + org.opencontainers.image.ref.name="15.1.0-debian-11-r12" \ 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-3-linux-${OS_ARCH}-debian-11" \ "gosu-1.16.0-3-linux-${OS_ARCH}-debian-11" \ - "supabase-postgres-15.1.0-8-linux-${OS_ARCH}-debian-11" \ + "supabase-postgres-15.1.0-9-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 d03968de104e..c72e296020bb 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": "dfd8b254629e887d884fa9d522138e76ab08784493e08fa9fc28bbb738c95899", + "digest": "d4114c0d57bd02c29642e4d3a4b4b35461b33ed75b6c9ac0e7aa632dc7ed9851", "distro": "debian-11", "type": "NAMI", - "version": "15.1.0-8" + "version": "15.1.0-9" } } \ No newline at end of file