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
2 changes: 1 addition & 1 deletion 12/DEBIAN_MINOR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.12
12.13
6 changes: 3 additions & 3 deletions 12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG TARGETPLATFORM
RUN \
# save platform and version information to log
echo "Platform: ${TARGETPLATFORM}" >> /log && \
echo "Debian: 12.12" >> /log && \
echo "Debian: 12.13" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.109.1" >> /log

Expand All @@ -17,7 +17,7 @@ RUN \
# STAGE 1: load busybox
#======================================================================================================================

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


#======================================================================================================================
Expand Down Expand Up @@ -45,7 +45,7 @@ RUN \
# STAGE 4: install bfren platform
#======================================================================================================================

FROM debian:12.12-slim AS install
FROM debian:12.13-slim AS install
COPY --from=build /log /etc/bf/BUILD
COPY --from=alpine /overlay /
COPY --from=busybox / /bin
Expand Down
2 changes: 1 addition & 1 deletion 13/DEBIAN_MINOR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.2
13.3
6 changes: 3 additions & 3 deletions 13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG TARGETPLATFORM
RUN \
# save platform and version information to log
echo "Platform: ${TARGETPLATFORM}" >> /log && \
echo "Debian: 13.2" >> /log && \
echo "Debian: 13.3" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.109.1" >> /log

Expand All @@ -17,7 +17,7 @@ RUN \
# STAGE 1: load busybox
#======================================================================================================================

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


#======================================================================================================================
Expand Down Expand Up @@ -45,7 +45,7 @@ RUN \
# STAGE 4: install bfren platform
#======================================================================================================================

FROM debian:13.2-slim AS install
FROM debian:13.3-slim AS install
COPY --from=build /log /etc/bf/BUILD
COPY --from=alpine /overlay /
COPY --from=busybox / /bin
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.1
5.1.2