Skip to content
This repository was archived by the owner on Aug 3, 2021. It is now read-only.

Commit 4859536

Browse files
committed
updating docker to 20.10.1
1 parent 09acadb commit 4859536

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ ENV LINUX_GPG_KEYS \
179179
647F28654894E3BD457199BE38DBBDC86092693E
180180

181181
# updated via "update.sh"
182-
ENV LINUX_VERSION 5.9.14
182+
ENV LINUX_VERSION 5.9.16
183183

184184
RUN wget -O /linux.tar.xz "https://cdn.kernel.org/pub/linux/kernel/v${LINUX_VERSION%%.*}.x/linux-${LINUX_VERSION}.tar.xz"; \
185185
wget -O /linux.tar.asc "https://cdn.kernel.org/pub/linux/kernel/v${LINUX_VERSION%%.*}.x/linux-${LINUX_VERSION}.tar.sign"; \
@@ -428,7 +428,7 @@ RUN wget -O usr/local/sbin/cgroupfs-mount "https://github.com/tianon/cgroupfs-mo
428428
chmod +x usr/local/sbin/cgroupfs-mount; \
429429
tcl-chroot cgroupfs-mount
430430

431-
ENV DOCKER_VERSION 20.10.0
431+
ENV DOCKER_VERSION 20.10.1
432432

433433
# Get the Docker binaries with version that matches our boot2docker version.
434434
RUN DOCKER_CHANNEL='stable'; \

0 commit comments

Comments
 (0)