From b77103aa9fd99055d96ffba809173c2673efc75c Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Mon, 22 Jun 2026 13:01:02 -0400 Subject: [PATCH] upgrade registry --- salt/registry/enabled.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/registry/enabled.sls b/salt/registry/enabled.sls index fc5021910..a7a0f4478 100644 --- a/salt/registry/enabled.sls +++ b/salt/registry/enabled.sls @@ -16,7 +16,7 @@ include: # Install the registry container so-dockerregistry: docker_container.running: - - image: ghcr.io/security-onion-solutions/registry:3.0.0 + - image: ghcr.io/security-onion-solutions/registry:3.1.1 - hostname: so-registry - networks: - sobridge: