From cc87c3c399ba6c847cb1df184efd1a9e0e4238dc Mon Sep 17 00:00:00 2001 From: "leo-liu-bot[bot]" <119339196+leo-liu-bot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 13:25:31 +0800 Subject: [PATCH] Continuous update on 2023-07-25 (#206) > Auto-generated by `create-pull-request`[^1]. [^1]: https://github.com/peter-evans/create-pull-request Co-authored-by: silver886 Co-authored-by: Leo Liu --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ced35d730..2a6378c47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -183,7 +183,7 @@ ENV LINUX_GPG_KEYS \ AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109 # updated via "update.sh" -ENV LINUX_VERSION 6.1.40 +ENV LINUX_VERSION 6.1.41 RUN wget -O /linux.tar.xz "https://cdn.kernel.org/pub/linux/kernel/v${LINUX_VERSION%%.*}.x/linux-${LINUX_VERSION}.tar.xz"; \ wget -O /linux.tar.asc "https://cdn.kernel.org/pub/linux/kernel/v${LINUX_VERSION%%.*}.x/linux-${LINUX_VERSION}.tar.sign"; \ @@ -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.4 +ENV DOCKER_VERSION 24.0.5 # Get the Docker binaries with version that matches our boot2docker version. RUN DOCKER_CHANNEL='stable'; \