Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN \
# STAGE 1: load busybox
#======================================================================================================================

FROM quay.io/bfren/busybox:1.36.1-debian12.13-251218 AS busybox
FROM quay.io/bfren/busybox:1.36.1-debian12.13-260128 AS busybox


#======================================================================================================================
Expand All @@ -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.2 https://github.com/bfren/docker-alpine.git && \
apk add git && git clone --branch v3.1.3 https://github.com/bfren/docker-alpine.git && \
mv docker-alpine/overlay /


Expand Down
4 changes: 2 additions & 2 deletions 13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN \
# STAGE 1: load busybox
#======================================================================================================================

FROM quay.io/bfren/busybox:1.36.1-debian13.3-251218 AS busybox
FROM quay.io/bfren/busybox:1.36.1-debian13.3-260128 AS busybox


#======================================================================================================================
Expand All @@ -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.2 https://github.com/bfren/docker-alpine.git && \
apk add git && git clone --branch v3.1.3 https://github.com/bfren/docker-alpine.git && \
mv docker-alpine/overlay /


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.3
5.1.4
4 changes: 2 additions & 2 deletions generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set -euo pipefail

docker pull bfren/alpine

ALPINE_BRANCH="v3.1.2"
ALPINE_BRANCH="v3.1.3"
BUSYBOX_VERSION="1.36.1"
BUSYBOX_BUILD="251218"
BUSYBOX_BUILD="260128"
NU_VERSION="0.110.0"
NU_BUILD="251121"
DEBIAN_VERSIONS="12 13"
Expand Down