diff --git a/Dockerfile b/Dockerfile index ce0a0fec6..eaea139f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -453,7 +453,7 @@ RUN wget -O usr/local/sbin/cgroupfs-mount "https://github.com/tianon/cgroupfs-mo # https://download.docker.com/linux/static/stable/x86_64/ # updated via "update.sh" -ENV DOCKER_VERSION 24.0.1 +ENV DOCKER_VERSION 24.0.2 # Get the Docker binaries with version that matches our boot2docker version. RUN DOCKER_CHANNEL='stable'; \