Use Debian Node image for gateway builds
Build and Deploy Gateway / build-and-push (push) Successful in 48s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-08-09 00:51:46 +03:00
parent f04b1752f4
commit 71ede44be0
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.20.36',
gatewayClient: '0.21.21',
gatewayBackend: '0.21.21',
gatewayBackend: '0.21.22',
});
export interface ParsedVersion {