Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Use tag as UBUNTU_KERNEL_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
niusmallnan committed Apr 1, 2019
1 parent 4dd51f9 commit 04bbd4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ WORKDIR ${DAPPER_SOURCE}
ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH

ARG UBUNTU_KERNEL_VERSION=5.0.0-7.8
ARG KERNEL_SOURCE_URL=https://github.com/niusmallnan/ubuntu-kernel/archive/Ubuntu-${UBUNTU_KERNEL_VERSION}-rancher1.tar.gz
ARG UBUNTU_KERNEL_VERSION=Ubuntu-5.0.0-7.8-rancher1
ARG KERNEL_SOURCE_URL=https://github.com/niusmallnan/ubuntu-kernel/archive/${UBUNTU_KERNEL_VERSION}.tar.gz

ARG UBUNTU_FIRMWARE_VERSION=Ubuntu-1.178-rancher1
ARG FIRMWARE_URL=https://github.com/niusmallnan/ubuntu-firmware/archive/${UBUNTU_FIRMWARE_VERSION}.tar.gz
Expand Down

0 comments on commit 04bbd4c

Please sign in to comment.