Skip to content

Commit aa2414e

Browse files
committed
Update Buildroot to 2020.02.2
1 parent 363154b commit aa2414e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

glibc/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ RUN set -eux; \
121121
122122
# download a few extra files from buildroot (/etc/passwd, etc)
123123
RUN set -eux; \
124-
buildrootVersion='2020.02.1'; \
124+
buildrootVersion='2020.02.2'; \
125125
mkdir -p rootfs/etc; \
126126
for f in passwd shadow group; do \
127127
curl -fL -o "rootfs/etc/$f" "https://git.busybox.net/buildroot/plain/system/skeleton/etc/$f?id=$buildrootVersion"; \

musl/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN set -eux; \
105105

106106
# download a few extra files from buildroot (/etc/passwd, etc)
107107
RUN set -eux; \
108-
buildrootVersion='2020.02.1'; \
108+
buildrootVersion='2020.02.2'; \
109109
mkdir -p rootfs/etc; \
110110
for f in passwd shadow group; do \
111111
curl -fL -o "rootfs/etc/$f" "https://git.busybox.net/buildroot/plain/system/skeleton/etc/$f?id=$buildrootVersion"; \

uclibc/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys AB07D806D2CE7
3333

3434
# https://buildroot.org/download.html
3535
# https://buildroot.org/downloads/?C=M;O=D
36-
ENV BUILDROOT_VERSION 2020.02.1
36+
ENV BUILDROOT_VERSION 2020.02.2
3737

3838
RUN set -eux; \
3939
tarball="buildroot-${BUILDROOT_VERSION}.tar.bz2"; \

0 commit comments

Comments
 (0)