Skip to content

Commit 02d7ac2

Browse files
committed
Update dle-se-ansible image tag to v1.3
1 parent d24a604 commit 02d7ac2

File tree

1 file changed

+1
-1
lines changed
  • ui/packages/platform/src/components/DbLabInstanceForm/utils

1 file changed

+1
-1
lines changed

ui/packages/platform/src/components/DbLabInstanceForm/utils/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const DEBUG_API_SERVER = 'https://v2.postgres.ai/api/general'
1010

1111
export const availableTags = ['3.5.0', '3.4.0', '4.0.0-alpha.6']
1212

13-
export const sePackageTag = 'v1.1'
13+
export const sePackageTag = 'v1.3'
1414

1515
export const dockerRunCommand = (provider: string) => {
1616
switch (provider) {

0 commit comments

Comments
 (0)