release 0.3.22

This commit is contained in:
Adil Hafeez 2025-12-11 11:09:40 -08:00
parent 367f48bf1e
commit 867e1ecb88
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
14 changed files with 16 additions and 16 deletions

View file

@ -2,4 +2,4 @@ import os
SERVICE_NAME_ARCHGW = "archgw"
ARCHGW_DOCKER_NAME = "archgw"
ARCHGW_DOCKER_IMAGE = os.getenv("ARCHGW_DOCKER_IMAGE", "katanemo/archgw:0.3.21")
ARCHGW_DOCKER_IMAGE = os.getenv("ARCHGW_DOCKER_IMAGE", "katanemo/archgw:0.3.22")