File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 10
10
echo "Platform: ${TARGETPLATFORM}" >> /log && \
11
11
echo "Debian: 11.11" >> /log && \
12
12
echo "Busybox: 1.36.1" >> /log && \
13
- echo "Nushell: 0.99.0 " >> /log
13
+ echo "Nushell: 0.99.1 " >> /log
14
14
15
15
16
16
# ======================================================================================================================
@@ -24,7 +24,7 @@ FROM ghcr.io/bfren/busybox:1.36.1-debian11.11-240913 AS busybox
24
24
# STAGE 2: load Nushell
25
25
# ======================================================================================================================
26
26
27
- FROM ghcr.io/bfren/nushell:0.99.0 -bullseye-241005 AS nushell
27
+ FROM ghcr.io/bfren/nushell:0.99.1 -bullseye-241018 AS nushell
28
28
29
29
30
30
# ======================================================================================================================
@@ -37,7 +37,7 @@ WORKDIR /tmp
37
37
RUN \
38
38
# get the overlay from the Alpine base image
39
39
echo "Cloning Alpine overlay." && \
40
- apk add git && git clone --branch v2.7.2 https://github.com/bfren/docker-alpine.git && \
40
+ apk add git && git clone --branch v2.7.3 https://github.com/bfren/docker-alpine.git && \
41
41
mv docker-alpine/overlay /
42
42
43
43
67
67
# 1: yes
68
68
BF_UPGRADE_PACKAGES=0 \
69
69
# Nushell version string to check against installed verion after installation
70
- NU_VERSION=0.99.0
70
+ NU_VERSION=0.99.1
71
71
72
72
RUN \
73
73
# delete all binaries that will be replaced by busybox - those in ${IGNORE} will be left alone
Original file line number Diff line number Diff line change 10
10
echo "Platform: ${TARGETPLATFORM}" >> /log && \
11
11
echo "Debian: 12.7" >> /log && \
12
12
echo "Busybox: 1.36.1" >> /log && \
13
- echo "Nushell: 0.99.0 " >> /log
13
+ echo "Nushell: 0.99.1 " >> /log
14
14
15
15
16
16
# ======================================================================================================================
@@ -24,7 +24,7 @@ FROM ghcr.io/bfren/busybox:1.36.1-debian12.7-240913 AS busybox
24
24
# STAGE 2: load Nushell
25
25
# ======================================================================================================================
26
26
27
- FROM ghcr.io/bfren/nushell:0.99.0 -bookworm-241005 AS nushell
27
+ FROM ghcr.io/bfren/nushell:0.99.1 -bookworm-241018 AS nushell
28
28
29
29
30
30
# ======================================================================================================================
@@ -37,7 +37,7 @@ WORKDIR /tmp
37
37
RUN \
38
38
# get the overlay from the Alpine base image
39
39
echo "Cloning Alpine overlay." && \
40
- apk add git && git clone --branch v2.7.2 https://github.com/bfren/docker-alpine.git && \
40
+ apk add git && git clone --branch v2.7.3 https://github.com/bfren/docker-alpine.git && \
41
41
mv docker-alpine/overlay /
42
42
43
43
67
67
# 1: yes
68
68
BF_UPGRADE_PACKAGES=0 \
69
69
# Nushell version string to check against installed verion after installation
70
- NU_VERSION=0.99.0
70
+ NU_VERSION=0.99.1
71
71
72
72
RUN \
73
73
# delete all binaries that will be replaced by busybox - those in ${IGNORE} will be left alone
Original file line number Diff line number Diff line change 1
- 3.3.2
1
+ 3.3.3
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ set -euo pipefail
4
4
5
5
docker pull bfren/alpine
6
6
7
- ALPINE_BRANCH=" v2.7.2 "
7
+ ALPINE_BRANCH=" v2.7.3 "
8
8
BUSYBOX_VERSION=" 1.36.1"
9
9
BUSYBOX_BUILD=" 240913"
10
- NU_VERSION=" 0.99.0 "
11
- NU_BUILD=" 241005 "
10
+ NU_VERSION=" 0.99.1 "
11
+ NU_BUILD=" 241018 "
12
12
DEBIAN_VERSIONS=" 11 12"
13
13
14
14
for V in ${DEBIAN_VERSIONS} ; do
You can’t perform that action at this time.
0 commit comments