Skip to content

Commit

Permalink
v3.2.8 (#70)
Browse files Browse the repository at this point in the history
Minor updates
* Updating to Debian 11.11 and 12.7
  • Loading branch information
bfren authored Sep 5, 2024
1 parent 736602c commit a74f88a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 11/DEBIAN_MINOR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.10
11.11
6 changes: 3 additions & 3 deletions 11/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: 11.10" >> /log && \
echo "Debian: 11.11" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.97.1" >> /log

Expand All @@ -24,7 +24,7 @@ FROM ghcr.io/bfren/nushell:0.97.1-bullseye as nushell
# STAGE 2: load busybox
#======================================================================================================================

FROM ghcr.io/bfren/busybox:1.36.1-debian11.10 AS busybox
FROM ghcr.io/bfren/busybox:1.36.1-debian11.11 AS busybox


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

FROM debian:11.10-slim AS install
FROM debian:11.11-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 12/DEBIAN_MINOR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.6
12.7
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.6" >> /log && \
echo "Debian: 12.7" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.97.1" >> /log

Expand All @@ -24,7 +24,7 @@ FROM ghcr.io/bfren/nushell:0.97.1-bookworm as nushell
# STAGE 2: load busybox
#======================================================================================================================

FROM ghcr.io/bfren/busybox:1.36.1-debian12.6 AS busybox
FROM ghcr.io/bfren/busybox:1.36.1-debian12.7 AS busybox


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

FROM debian:12.6-slim AS install
FROM debian:12.7-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 @@
3.2.7
3.2.8

0 comments on commit a74f88a

Please sign in to comment.