File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ RUN \
10
10
echo "Platform: ${TARGETPLATFORM}" >> /log && \
11
11
echo "Debian: 11.10" >> /log && \
12
12
echo "Busybox: 1.36.1" >> /log && \
13
- echo "Nushell: 0.96 .1" >> /log
13
+ echo "Nushell: 0.97 .1" >> /log
14
14
15
15
16
16
# ======================================================================================================================
17
17
# STAGE 1: load Nushell
18
18
# ======================================================================================================================
19
19
20
- FROM ghcr.io/bfren/nushell:0.96 .1-bullseye as nushell
20
+ FROM ghcr.io/bfren/nushell:0.97 .1-bullseye as nushell
21
21
22
22
23
23
# ======================================================================================================================
@@ -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.5.8 https://github.com/bfren/docker-alpine.git && \
40
+ apk add git && git clone --branch v2.5.9 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
- NUSHELL_VERSION=0.96 .1
70
+ NUSHELL_VERSION=0.97 .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,14 +10,14 @@ RUN \
10
10
echo "Platform: ${TARGETPLATFORM}" >> /log && \
11
11
echo "Debian: 12.6" >> /log && \
12
12
echo "Busybox: 1.36.1" >> /log && \
13
- echo "Nushell: 0.96 .1" >> /log
13
+ echo "Nushell: 0.97 .1" >> /log
14
14
15
15
16
16
# ======================================================================================================================
17
17
# STAGE 1: load Nushell
18
18
# ======================================================================================================================
19
19
20
- FROM ghcr.io/bfren/nushell:0.96 .1-bookworm as nushell
20
+ FROM ghcr.io/bfren/nushell:0.97 .1-bookworm as nushell
21
21
22
22
23
23
# ======================================================================================================================
@@ -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.5.8 https://github.com/bfren/docker-alpine.git && \
40
+ apk add git && git clone --branch v2.5.9 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
- NUSHELL_VERSION=0.96 .1
70
+ NUSHELL_VERSION=0.97 .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.2.6
1
+ 3.2.7
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ set -euo pipefail
4
4
5
5
docker pull bfren/alpine
6
6
7
- ALPINE_BRANCH=" v2.5.8 "
7
+ ALPINE_BRANCH=" v2.5.9 "
8
8
BUSYBOX_VERSION=" 1.36.1"
9
- NUSHELL_VERSION=" 0.96 .1"
9
+ NUSHELL_VERSION=" 0.97 .1"
10
10
DEBIAN_VERSIONS=" 11 12"
11
11
12
12
for V in ${DEBIAN_VERSIONS} ; do
You can’t perform that action at this time.
0 commit comments