Skip to content

Commit 6b07c45

Browse files
committed
chore: fix kong address
1 parent 8dfe998 commit 6b07c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/setup-kong.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
- name: Kong - download deb package
1414
get_url:
15-
url: "https://packages.konghq.com/public/gateway-28/deb/ubuntu/pool/{{ kong_release_target }}/main/k/ko/kong_2.8.1/{{ kong_deb }}"
15+
url: "https://packages.konghq.com/public/gateway-2839/deb/ubuntu/pool/{{ kong_release_target }}/main/k/ko/kong_3.9.0/{{ kong_deb }}"
1616
dest: /tmp/kong.deb
1717
checksum: "{{ kong_deb_checksum }}"
1818

0 commit comments

Comments
 (0)