Skip to content

Commit 96fec78

Browse files
committed
fix: update Kong release URL, old one will be retired sometime
See https://konghq.com/blog/product-releases/changes-to-kong-package-hosting.
1 parent 7be7ccf commit 96fec78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/all-in-one/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ FROM supabase/gotrue:v${gotrue_release} as gotrue
6565
####################
6666
FROM base as kong
6767
ARG kong_release
68-
ADD "https://download.konghq.com/gateway-2.x-ubuntu-focal/pool/all/k/kong/kong_${kong_release}_${TARGETARCH}.deb" \
68+
ADD "https://packages.konghq.com/public/gateway-28/deb/ubuntu/pool/focal/main/k/ko/kong_${kong_release}/kong_${kong_release}_${TARGETARCH}.deb" \
6969
/tmp/kong.deb
7070

7171
####################
@@ -158,7 +158,7 @@ RUN ln -s /data/opt/supabase-admin-api /opt/supabase-admin-api \
158158
&& ln -s /data/opt/admin-mgr /usr/bin/admin-mgr
159159

160160
# Scripts for adminapi
161-
COPY ansible/files/admin_api_scripts /root
161+
COPY ansible/files/admin_api_scripts /root
162162
COPY --chown=adminapi:adminapi docker/all-in-one/etc/adminapi /etc/adminapi
163163
COPY docker/all-in-one/etc/sudoers.d /etc/sudoers.d/
164164

0 commit comments

Comments
 (0)