diff --git a/Dockerfile b/Dockerfile index 6178c7653..c52579134 100644 --- a/Dockerfile +++ b/Dockerfile @@ -454,7 +454,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 23.0.3 +ENV DOCKER_VERSION 23.0.4 # Get the Docker binaries with version that matches our boot2docker version. RUN DOCKER_CHANNEL='stable'; \