Skip to content

Commit

Permalink
## Minor Updates
Browse files Browse the repository at this point in the history
* Updating to Alpine 3.18.12, 3.19.7, 3.20.6 and 3.21.3
  • Loading branch information
bfren authored Feb 20, 2025
1 parent cfa7bb5 commit 5938dd1
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion 3.18/ALPINE_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.18.11
3.18.12
6 changes: 3 additions & 3 deletions 3.18/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 "Alpine: 3.18.11" >> /log && \
echo "Alpine: 3.18.12" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.102.0" >> /log

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

FROM ghcr.io/bfren/busybox:1.36.1-alpine3.18.11-240913 AS busybox
FROM ghcr.io/bfren/busybox:1.36.1-alpine3.18.12-240913 AS busybox


#======================================================================================================================
Expand All @@ -31,7 +31,7 @@ FROM ghcr.io/bfren/nushell:0.102.0-alpine-250124 AS nushell
# STAGE 3: install bfren platform
#======================================================================================================================

FROM alpine:3.18.11 AS install
FROM alpine:3.18.12 AS install
COPY --from=build /log /etc/bf/BUILD
COPY --from=busybox / /bin
COPY --from=nushell / /
Expand Down
2 changes: 1 addition & 1 deletion 3.19/ALPINE_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.19.6
3.19.7
6 changes: 3 additions & 3 deletions 3.19/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 "Alpine: 3.19.6" >> /log && \
echo "Alpine: 3.19.7" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.102.0" >> /log

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

FROM ghcr.io/bfren/busybox:1.36.1-alpine3.19.6-240913 AS busybox
FROM ghcr.io/bfren/busybox:1.36.1-alpine3.19.7-240913 AS busybox


#======================================================================================================================
Expand All @@ -31,7 +31,7 @@ FROM ghcr.io/bfren/nushell:0.102.0-alpine-250124 AS nushell
# STAGE 3: install bfren platform
#======================================================================================================================

FROM alpine:3.19.6 AS install
FROM alpine:3.19.7 AS install
COPY --from=build /log /etc/bf/BUILD
COPY --from=busybox / /bin
COPY --from=nushell / /
Expand Down
2 changes: 1 addition & 1 deletion 3.20/ALPINE_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.20.5
3.20.6
6 changes: 3 additions & 3 deletions 3.20/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 "Alpine: 3.20.5" >> /log && \
echo "Alpine: 3.20.6" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.102.0" >> /log

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

FROM ghcr.io/bfren/busybox:1.36.1-alpine3.20.5-240913 AS busybox
FROM ghcr.io/bfren/busybox:1.36.1-alpine3.20.6-240913 AS busybox


#======================================================================================================================
Expand All @@ -31,7 +31,7 @@ FROM ghcr.io/bfren/nushell:0.102.0-alpine-250124 AS nushell
# STAGE 3: install bfren platform
#======================================================================================================================

FROM alpine:3.20.5 AS install
FROM alpine:3.20.6 AS install
COPY --from=build /log /etc/bf/BUILD
COPY --from=busybox / /bin
COPY --from=nushell / /
Expand Down
2 changes: 1 addition & 1 deletion 3.21/ALPINE_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.21.2
3.21.3
6 changes: 3 additions & 3 deletions 3.21/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 "Alpine: 3.21.2" >> /log && \
echo "Alpine: 3.21.3" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.102.0" >> /log

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

FROM ghcr.io/bfren/busybox:1.36.1-alpine3.21.2-240913 AS busybox
FROM ghcr.io/bfren/busybox:1.36.1-alpine3.21.3-240913 AS busybox


#======================================================================================================================
Expand All @@ -31,7 +31,7 @@ FROM ghcr.io/bfren/nushell:0.102.0-alpine-250124 AS nushell
# STAGE 3: install bfren platform
#======================================================================================================================

FROM alpine:3.21.2 AS install
FROM alpine:3.21.3 AS install
COPY --from=build /log /etc/bf/BUILD
COPY --from=busybox / /bin
COPY --from=nushell / /
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.2
2.8.3

0 comments on commit 5938dd1

Please sign in to comment.