Skip to content

Commit

Permalink
v3.3.4 (#76)
Browse files Browse the repository at this point in the history
Minor updates
* Updating to Debian 12.8
  • Loading branch information
bfren authored Nov 13, 2024
1 parent 425118a commit ee5da00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 12/DEBIAN_MINOR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.7
12.8
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.7" >> /log && \
echo "Debian: 12.8" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.99.1" >> /log

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

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


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

FROM debian:12.7-slim AS install
FROM debian:12.8-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.3.3
3.3.4

0 comments on commit ee5da00

Please sign in to comment.