From a704bd396dee8446e1c6c96f9325564595a85d60 Mon Sep 17 00:00:00 2001 From: Ian McWilliam Date: Sat, 10 Sep 2022 20:42:49 +1000 Subject: [PATCH] Docker 20.10.18 -> Fix a security vulnerability relating to supplementary group permissions, which could allow a container process to bypass primary group restrictions within the container CVE-2022-36109. https://github.com/moby/moby/security/advisories/GHSA-rc4r-wh2q-q6c4 --- versions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions b/versions index 3cb4d61..5884cb5 100644 --- a/versions +++ b/versions @@ -1,6 +1,6 @@ DOCKER_RELEASE_STAGE=stable -INSTALLER_VERSION=20.10.17 -DOCKER_VERSION=20.10.17 +INSTALLER_VERSION=20.10.18 +DOCKER_VERSION=20.10.18 DOCKER_COMPOSE_VERSION=1.29.2 DOCKER_COMPOSE2_VERSION=2.10.2 DOCKER_MACHINE_VERSION=0.16.2