Skip to content

Commit 9c88cab

Browse files
committed
Docker 20.10.11 - Handle ambiguous OCI manifest parsing to mitigate
CVE-2021-41190 / GHSA-mc8v-mgrf-8f4m. GHSA-xmmx-7jpf-fx42
1 parent 66a38af commit 9c88cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ RUN wget -O usr/local/sbin/cgroupfs-mount "https://github.com/tianon/cgroupfs-mo
374374
chmod +x usr/local/sbin/cgroupfs-mount; \
375375
tcl-chroot cgroupfs-mount
376376

377-
ENV DOCKER_VERSION 20.10.10
377+
ENV DOCKER_VERSION 20.10.11
378378

379379
# Get the Docker binaries with version that matches our boot2docker version.
380380
#RUN DOCKER_CHANNEL='edge'; \

0 commit comments

Comments
 (0)