diff --git a/salt/docker/init.sls b/salt/docker/init.sls index 10d5665db..b24490d98 100644 --- a/salt/docker/init.sls +++ b/salt/docker/init.sls @@ -49,9 +49,9 @@ dockerheldpackages: pkg.installed: - pkgs: - containerd.io: 1.6.21-3.1.el9 - - docker-ce: 24.0.2-1.el9 - - docker-ce-cli: 24.0.2-1.el9 - - docker-ce-rootless-extras: 24.0.2-1.el9 + - docker-ce: 24.0.3-1.el9 + - docker-ce-cli: 24.0.3-1.el9 + - docker-ce-rootless-extras: 24.0.3-1.el9 - hold: True - update_holds: True {% endif %}