@@ -7,15 +7,15 @@ ARG TARGETARCH
7
7
8
8
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
9
9
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
10
- org.opencontainers.image.created="2024-06-12T02:59:37Z " \
10
+ org.opencontainers.image.created="2024-06-14T20:00:11Z " \
11
11
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
12
12
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/supabase-realtime/README.md" \
13
13
org.opencontainers.image.licenses="Apache-2.0" \
14
- org.opencontainers.image.ref.name="2.29.6 -debian-12-r0" \
14
+ org.opencontainers.image.ref.name="2.29.7 -debian-12-r0" \
15
15
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/supabase-realtime" \
16
16
org.opencontainers.image.title="supabase-realtime" \
17
17
org.opencontainers.image.vendor="Broadcom, Inc." \
18
- org.opencontainers.image.version="2.29.6 "
18
+ org.opencontainers.image.version="2.29.7 "
19
19
20
20
ENV HOME="/" \
21
21
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -28,7 +28,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
28
28
RUN install_packages ca-certificates curl libgcc-s1 libssl3 libstdc++6 libtinfo6 procps zlib1g
29
29
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
30
30
COMPONENTS=( \
31
- "supabase-realtime-2.29.6 -0-linux-${OS_ARCH}-debian-12" \
31
+ "supabase-realtime-2.29.7 -0-linux-${OS_ARCH}-debian-12" \
32
32
) ; \
33
33
for COMPONENT in "${COMPONENTS[@]}" ; do \
34
34
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -46,7 +46,7 @@ RUN useradd -r -u 1001 -g root supabase-realtime
46
46
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
47
47
RUN chmod g+rwX -R /opt/bitnami/supabase-realtime/lib/tzdata-*/priv && ln -s /opt/bitnami/supabase-realtime/lib/tzdata-*/priv /.tzdata-priv
48
48
49
- ENV APP_VERSION="2.29.6 " \
49
+ ENV APP_VERSION="2.29.7 " \
50
50
BITNAMI_APP_NAME="supabase-realtime" \
51
51
PATH="/opt/bitnami/supabase-realtime/bin:$PATH"
52
52
0 commit comments