File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ RUN set -eux; \
121
121
122
122
# download a few extra files from buildroot (/etc/passwd, etc)
123
123
RUN set -eux; \
124
- buildrootVersion=' 2020.02 . 1 '; \
124
+ buildrootVersion=' 2020.02 . 2 '; \
125
125
mkdir -p rootfs/etc; \
126
126
for f in passwd shadow group; do \
127
127
curl -fL -o "rootfs/etc/$f" "https://git.busybox.net/buildroot/plain/system/skeleton/etc/$f?id=$buildrootVersion"; \
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ RUN set -eux; \
105
105
106
106
# download a few extra files from buildroot (/etc/passwd, etc)
107
107
RUN set -eux ; \
108
- buildrootVersion = '2020.02.1 ' ; \
108
+ buildrootVersion = '2020.02.2 ' ; \
109
109
mkdir -p rootfs /etc ; \
110
110
for f in passwd shadow group ; do \
111
111
curl -fL -o "rootfs/etc/$f" "https://git.busybox.net/buildroot/plain/system/skeleton/etc/$f?id=$buildrootVersion" ; \
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys AB07D806D2CE7
33
33
34
34
# https://buildroot.org/download.html
35
35
# https://buildroot.org/downloads/?C=M;O=D
36
- ENV BUILDROOT_VERSION 2020.02 . 1
36
+ ENV BUILDROOT_VERSION 2020.02 . 2
37
37
38
38
RUN set -eux ; \
39
39
tarball = "buildroot-${BUILDROOT_VERSION}.tar.bz2" ; \
You can’t perform that action at this time.
0 commit comments