From 4b481bd405ea088a9d7e6f36d6b512ad2fa4caea Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 11 Jun 2024 09:41:58 -0400 Subject: [PATCH] add epoch to docker for oracle --- salt/docker/init.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/docker/init.sls b/salt/docker/init.sls index a02aa4a3b..1e37364bc 100644 --- a/salt/docker/init.sls +++ b/salt/docker/init.sls @@ -52,8 +52,8 @@ dockerheldpackages: pkg.installed: - pkgs: - containerd.io: 1.6.33-3.1.el9 - - docker-ce: 26.1.4-1.el9 - - docker-ce-cli: 26.1.4-1.el9 + - docker-ce: 3:26.1.4-1.el9 + - docker-ce-cli: 1:26.1.4-1.el9 - docker-ce-rootless-extras: 26.1.4-1.el9 - hold: True - update_holds: True