Update docker.io/1password/connect-api Docker tag to v1.7.3
All checks were successful
Build / nix-build (native-aarch64, varda) (pull_request) Successful in 1m41s
Build / nix-build (native-x86_64, telchar) (pull_request) Successful in 5m38s

This commit is contained in:
Smeagol 2024-07-29 12:32:04 +00:00
parent 60776e90c0
commit 4dd3ca3529

View file

@ -9,7 +9,7 @@ in
apiVersion = lib.mkOption {
type = lib.types.str;
# renovate: depName=docker.io/1password/connect-api datasource=docker
default = "1.7.2";
default = "1.7.3";
};
syncVersion = lib.mkOption {
type = lib.types.str;