Skip to content

Commit

Permalink
Continuous update on 2023-07-25 (#206)
Browse files Browse the repository at this point in the history
> Auto-generated by `create-pull-request`[^1].



[^1]: https://github.com/peter-evans/create-pull-request

Co-authored-by: silver886 <[email protected]>
Co-authored-by: Leo Liu <[email protected]>
  • Loading branch information
3 people authored Jul 28, 2023
1 parent d8cb98b commit cc87c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"; \
Expand Down Expand Up @@ -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'; \
Expand Down

0 comments on commit cc87c3c

Please sign in to comment.