4
0
Fork 0

update alpine and uboot versions
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2021-07-09 14:34:34 +02:00
parent 2097ffef8b
commit 5e5c64c922
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ RUN mkdir /uboot_build/ && \
WORKDIR /uboot_build/
ENV UBOOT_VERSION=2020.01
ENV UBOOT_VERSION=2021.07
RUN wget http://ftp.denx.de/pub/u-boot/u-boot-${UBOOT_VERSION}.tar.bz2 && \
tar -xjf u-boot-${UBOOT_VERSION}.tar.bz2
@ -54,7 +54,7 @@ ADD ./resources/uboot.c /uboot.c
RUN arm-linux-gnueabi-gcc -Wall -static -static-libgcc -o /uboot_tool /uboot.c
FROM alpine:3.11
FROM alpine:3.14
RUN apk update && \
apk add automake build-base git autoconf confuse-dev linux-headers \