Skip to content

Commit 91e60bd

Browse files
author
Bitnami Bot
authored
[bitnami/supabase-realtime] Release 2.29.7-debian-12-r0 (#67897)
Signed-off-by: Bitnami Containers <[email protected]>
1 parent 1f1273f commit 91e60bd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bitnami/supabase-realtime/2/debian-12/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ ARG TARGETARCH
77

88
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
99
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" \
1111
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1212
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/supabase-realtime/README.md" \
1313
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" \
1515
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/supabase-realtime" \
1616
org.opencontainers.image.title="supabase-realtime" \
1717
org.opencontainers.image.vendor="Broadcom, Inc." \
18-
org.opencontainers.image.version="2.29.6"
18+
org.opencontainers.image.version="2.29.7"
1919

2020
ENV HOME="/" \
2121
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -28,7 +28,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
2828
RUN install_packages ca-certificates curl libgcc-s1 libssl3 libstdc++6 libtinfo6 procps zlib1g
2929
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
3030
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" \
3232
) ; \
3333
for COMPONENT in "${COMPONENTS[@]}"; do \
3434
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -46,7 +46,7 @@ RUN useradd -r -u 1001 -g root supabase-realtime
4646
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
4747
RUN chmod g+rwX -R /opt/bitnami/supabase-realtime/lib/tzdata-*/priv && ln -s /opt/bitnami/supabase-realtime/lib/tzdata-*/priv /.tzdata-priv
4848

49-
ENV APP_VERSION="2.29.6" \
49+
ENV APP_VERSION="2.29.7" \
5050
BITNAMI_APP_NAME="supabase-realtime" \
5151
PATH="/opt/bitnami/supabase-realtime/bin:$PATH"
5252

bitnami/supabase-realtime/2/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"arch": "amd64",
44
"distro": "debian-12",
55
"type": "NAMI",
6-
"version": "2.29.6-0"
6+
"version": "2.29.7-0"
77
}
88
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rolling-tags:
22
- "2"
33
- 2-debian-12
4-
- 2.29.6
4+
- 2.29.7
55
- latest

0 commit comments

Comments
 (0)