[bitnami/supabase-realtime] Release 2.25.66-debian-12-r1 (#63349)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-02-23 14:44:20 +01:00
committed by GitHub
parent cd61e9389a
commit f4f074f595

View File

@@ -7,10 +7,10 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-02-22T15:55:02Z" \
org.opencontainers.image.created="2024-02-23T13:19:02Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.25.66-debian-12-r0" \
org.opencontainers.image.ref.name="2.25.66-debian-12-r1" \
org.opencontainers.image.title="supabase-realtime" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.25.66"
@@ -42,7 +42,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 supabase-realtime
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
RUN chmod g+rwX -R /opt/bitnami/supabase-realtime/lib/tzdata-*/priv
RUN chmod g+rwX -R /opt/bitnami/supabase-realtime/lib/tzdata-*/priv && ln -s /opt/bitnami/supabase-realtime/lib/tzdata-*/priv /.tzdata-priv
ENV APP_VERSION="2.25.66" \
BITNAMI_APP_NAME="supabase-realtime" \