diff --git a/3.15/Dockerfile b/3.15/Dockerfile index db012fb0f..68e32facf 100644 --- a/3.15/Dockerfile +++ b/3.15/Dockerfile @@ -10,7 +10,7 @@ RUN \ echo "Platform: ${TARGETPLATFORM}" >> /log && \ echo "Alpine: 3.15.11" >> /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-alpine3.15.11-251218 AS busybox # STAGE 2: load Nushell #====================================================================================================================== -FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell +FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell #====================================================================================================================== @@ -53,7 +53,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 \ # add packages required by Nushell diff --git a/3.16/Dockerfile b/3.16/Dockerfile index 8c2725b10..d74ea70a8 100644 --- a/3.16/Dockerfile +++ b/3.16/Dockerfile @@ -10,7 +10,7 @@ RUN \ echo "Platform: ${TARGETPLATFORM}" >> /log && \ echo "Alpine: 3.16.9" >> /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-alpine3.16.9-251218 AS busybox # STAGE 2: load Nushell #====================================================================================================================== -FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell +FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell #====================================================================================================================== @@ -53,7 +53,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 \ # add packages required by Nushell diff --git a/3.17/Dockerfile b/3.17/Dockerfile index 5dcb964c5..01e72d4a5 100644 --- a/3.17/Dockerfile +++ b/3.17/Dockerfile @@ -10,7 +10,7 @@ RUN \ echo "Platform: ${TARGETPLATFORM}" >> /log && \ echo "Alpine: 3.17.10" >> /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-alpine3.17.10-251218 AS busybox # STAGE 2: load Nushell #====================================================================================================================== -FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell +FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell #====================================================================================================================== @@ -53,7 +53,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 \ # add packages required by Nushell diff --git a/3.18/Dockerfile b/3.18/Dockerfile index be49e52ee..f3c116a96 100644 --- a/3.18/Dockerfile +++ b/3.18/Dockerfile @@ -10,7 +10,7 @@ RUN \ echo "Platform: ${TARGETPLATFORM}" >> /log && \ echo "Alpine: 3.18.12" >> /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-alpine3.18.12-251218 AS busybox # STAGE 2: load Nushell #====================================================================================================================== -FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell +FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell #====================================================================================================================== @@ -53,7 +53,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 \ # add packages required by Nushell diff --git a/3.19/Dockerfile b/3.19/Dockerfile index fbd97df7b..ad9de684f 100644 --- a/3.19/Dockerfile +++ b/3.19/Dockerfile @@ -10,7 +10,7 @@ RUN \ echo "Platform: ${TARGETPLATFORM}" >> /log && \ echo "Alpine: 3.19.9" >> /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-alpine3.19.9-251218 AS busybox # STAGE 2: load Nushell #====================================================================================================================== -FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell +FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell #====================================================================================================================== @@ -53,7 +53,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 \ # add packages required by Nushell diff --git a/3.20/Dockerfile b/3.20/Dockerfile index e4b513532..2d8ee3fc1 100644 --- a/3.20/Dockerfile +++ b/3.20/Dockerfile @@ -10,7 +10,7 @@ RUN \ echo "Platform: ${TARGETPLATFORM}" >> /log && \ echo "Alpine: 3.20.8" >> /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-alpine3.20.8-251218 AS busybox # STAGE 2: load Nushell #====================================================================================================================== -FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell +FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell #====================================================================================================================== @@ -53,7 +53,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 \ # add packages required by Nushell diff --git a/3.21/Dockerfile b/3.21/Dockerfile index e2bb5290a..d83daaefb 100644 --- a/3.21/Dockerfile +++ b/3.21/Dockerfile @@ -10,7 +10,7 @@ RUN \ echo "Platform: ${TARGETPLATFORM}" >> /log && \ echo "Alpine: 3.21.5" >> /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-alpine3.21.5-251218 AS busybox # STAGE 2: load Nushell #====================================================================================================================== -FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell +FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell #====================================================================================================================== @@ -53,7 +53,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 \ # add packages required by Nushell diff --git a/3.22/Dockerfile b/3.22/Dockerfile index 165eed6b1..2b85d2896 100644 --- a/3.22/Dockerfile +++ b/3.22/Dockerfile @@ -10,7 +10,7 @@ RUN \ echo "Platform: ${TARGETPLATFORM}" >> /log && \ echo "Alpine: 3.22.2" >> /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-alpine3.22.2-251218 AS busybox # STAGE 2: load Nushell #====================================================================================================================== -FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell +FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell #====================================================================================================================== @@ -53,7 +53,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 \ # add packages required by Nushell diff --git a/3.23/Dockerfile b/3.23/Dockerfile index 1b9bc2970..d8a585e74 100644 --- a/3.23/Dockerfile +++ b/3.23/Dockerfile @@ -10,7 +10,7 @@ RUN \ echo "Platform: ${TARGETPLATFORM}" >> /log && \ echo "Alpine: 3.23.2" >> /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-alpine3.23.2-251218 AS busybox # STAGE 2: load Nushell #====================================================================================================================== -FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell +FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell #====================================================================================================================== @@ -53,7 +53,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 \ # add packages required by Nushell diff --git a/LICENSE b/LICENSE index f40bb91de..b07ce5b90 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT Licence -Copyright (c) 2021-2025 bfren +Copyright (c) 2021-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 ee32d0d6c..665af5b25 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,4 @@ These pin to v2.9.x of my Alpine 3.22 image and v2.7.8 of my Alpine 3.20 image r ## Copyright -> Copyright (c) 2021-2025 [bfren](https://bfren.dev) (unless otherwise stated) +> Copyright (c) 2021-2026 [bfren](https://bfren.dev) (unless otherwise stated) diff --git a/VERSION b/VERSION index 50e47c89c..6ebad1488 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.1 \ No newline at end of file +3.1.2 \ No newline at end of file diff --git a/generate.sh b/generate.sh index a684eda55..5f38173df 100755 --- a/generate.sh +++ b/generate.sh @@ -6,7 +6,7 @@ docker pull bfren/alpine BUSYBOX_VERSION="1.36.1" BUSYBOX_BUILD="251218" -NU_VERSION="0.109.1" +NU_VERSION="0.110.0" NU_BUILD="251121" ALPINE_EDITIONS="3.15 3.16 3.17 3.18 3.19 3.20 3.21 3.22 3.23"