From 5800b873a29f543bdfdbcdb071a42362d517d1e1 Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 19 Jan 2026 19:40:02 +0000 Subject: [PATCH 1/4] Bumping version to 5.1.3 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 1b47e8f..935851a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.2 \ No newline at end of file +5.1.3 \ No newline at end of file From 3b892bfd8ba7bcc5c319fa9365bb2dd018d7465c Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 19 Jan 2026 19:40:10 +0000 Subject: [PATCH 2/4] Updating copyright year to 2026 --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 2f2e61c..2fd0697 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT Licence -Copyright (c) 2022-2025 bfren +Copyright (c) 2022-2026 bfren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 2bace1d..a49f2ef 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ ## Copyright -> Copyright (c) 2022-2025 [bfren](https://bfren.dev) (unless otherwise stated) +> Copyright (c) 2022-2026 [bfren](https://bfren.dev) (unless otherwise stated) From 65ca99b77e7366d8aea6c08245605690bbc4c32a Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 19 Jan 2026 19:40:28 +0000 Subject: [PATCH 3/4] Using latest base images --- 12/Dockerfile | 2 +- 13/Dockerfile | 2 +- generate-dockerfiles.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/12/Dockerfile b/12/Dockerfile index 24c76f3..14617db 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /tmp RUN \ # get the overlay from the Alpine base image echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.1 https://github.com/bfren/docker-alpine.git && \ + apk add git && git clone --branch v3.1.2 https://github.com/bfren/docker-alpine.git && \ mv docker-alpine/overlay / diff --git a/13/Dockerfile b/13/Dockerfile index 8ac7d6f..e3a0f68 100644 --- a/13/Dockerfile +++ b/13/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /tmp RUN \ # get the overlay from the Alpine base image echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.1 https://github.com/bfren/docker-alpine.git && \ + apk add git && git clone --branch v3.1.2 https://github.com/bfren/docker-alpine.git && \ mv docker-alpine/overlay / diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index bd25482..6dfaa14 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -ALPINE_BRANCH="v3.1.1" +ALPINE_BRANCH="v3.1.2" BUSYBOX_VERSION="1.36.1" BUSYBOX_BUILD="251218" NU_VERSION="0.109.1" From 6fbc8b2c34156a8c9a5ecf33dda7b77287659f29 Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 19 Jan 2026 19:40:45 +0000 Subject: [PATCH 4/4] Updating to Nushell 0.110.0 --- 12/Dockerfile | 6 +++--- 13/Dockerfile | 6 +++--- generate-dockerfiles.sh | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/12/Dockerfile b/12/Dockerfile index 14617db..84ccd8f 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -10,7 +10,7 @@ RUN \ echo "Platform: ${TARGETPLATFORM}" >> /log && \ echo "Debian: 12.13" >> /log && \ echo "Busybox: 1.36.1" >> /log && \ - echo "Nushell: 0.109.1" >> /log + echo "Nushell: 0.110.0" >> /log #====================================================================================================================== @@ -24,7 +24,7 @@ FROM quay.io/bfren/busybox:1.36.1-debian12.13-251218 AS busybox # STAGE 2: load Nushell #====================================================================================================================== -FROM quay.io/bfren/nushell:0.109.1-bookworm-251121 AS nushell +FROM quay.io/bfren/nushell:0.110.0-bookworm-251121 AS nushell #====================================================================================================================== @@ -67,7 +67,7 @@ ENV \ # 1: yes BF_UPGRADE_PACKAGES=0 \ # Nushell version string to check against installed verion after installation - NU_VERSION=0.109.1 + NU_VERSION=0.110.0 RUN \ # delete all binaries that will be replaced by busybox - those in ${IGNORE} will be left alone diff --git a/13/Dockerfile b/13/Dockerfile index e3a0f68..e82b807 100644 --- a/13/Dockerfile +++ b/13/Dockerfile @@ -10,7 +10,7 @@ RUN \ echo "Platform: ${TARGETPLATFORM}" >> /log && \ echo "Debian: 13.3" >> /log && \ echo "Busybox: 1.36.1" >> /log && \ - echo "Nushell: 0.109.1" >> /log + echo "Nushell: 0.110.0" >> /log #====================================================================================================================== @@ -24,7 +24,7 @@ FROM quay.io/bfren/busybox:1.36.1-debian13.3-251218 AS busybox # STAGE 2: load Nushell #====================================================================================================================== -FROM quay.io/bfren/nushell:0.109.1-trixie-251121 AS nushell +FROM quay.io/bfren/nushell:0.110.0-trixie-251121 AS nushell #====================================================================================================================== @@ -67,7 +67,7 @@ ENV \ # 1: yes BF_UPGRADE_PACKAGES=0 \ # Nushell version string to check against installed verion after installation - NU_VERSION=0.109.1 + NU_VERSION=0.110.0 RUN \ # delete all binaries that will be replaced by busybox - those in ${IGNORE} will be left alone diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 6dfaa14..fcb71da 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -7,7 +7,7 @@ docker pull bfren/alpine ALPINE_BRANCH="v3.1.2" BUSYBOX_VERSION="1.36.1" BUSYBOX_BUILD="251218" -NU_VERSION="0.109.1" +NU_VERSION="0.110.0" NU_BUILD="251121" DEBIAN_VERSIONS="12 13"