Skip to content

Commit

Permalink
Update on 2023-12-21
Browse files Browse the repository at this point in the history
  • Loading branch information
silver886 authored Dec 21, 2023
1 parent bf64565 commit 39e515d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.58
ENV LINUX_VERSION 6.1.69

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 @@ -380,7 +380,7 @@ RUN tcl-tce-load open-vm-tools; \

# https://www.parallels.com/products/desktop/download/
# updated via "update.sh"
ENV PARALLELS_VERSION 19.0.0-54570
ENV PARALLELS_VERSION 19.2.0-54827

RUN wget -O /parallels.tgz "https://download.parallels.com/desktop/v${PARALLELS_VERSION%%.*}/$PARALLELS_VERSION/ParallelsTools-$PARALLELS_VERSION-boot2docker.tar.gz"; \
mkdir /usr/src/parallels; \
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.6
ENV DOCKER_VERSION 24.0.7

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

0 comments on commit 39e515d

Please sign in to comment.