File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ FROM supabase/gotrue:v${gotrue_release} as gotrue
65
65
# ###################
66
66
FROM base as kong
67
67
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" \
69
69
/tmp/kong.deb
70
70
71
71
# ###################
@@ -158,7 +158,7 @@ RUN ln -s /data/opt/supabase-admin-api /opt/supabase-admin-api \
158
158
&& ln -s /data/opt/admin-mgr /usr/bin/admin-mgr
159
159
160
160
# Scripts for adminapi
161
- COPY ansible/files/admin_api_scripts /root
161
+ COPY ansible/files/admin_api_scripts /root
162
162
COPY --chown=adminapi:adminapi docker/all-in-one/etc/adminapi /etc/adminapi
163
163
COPY docker/all-in-one/etc/sudoers.d /etc/sudoers.d/
164
164
You can’t perform that action at this time.
0 commit comments