Skip to content

Commit

Permalink
v2.5.10 (#124)
Browse files Browse the repository at this point in the history
Minor updates
* Updating to Alpine 3.17.10, 3.18.9, 3.19.4 and 3.20.3
  • Loading branch information
bfren authored Sep 13, 2024
1 parent 332552e commit 3760191
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 3.17/ALPINE_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.17.9
3.17.10
4 changes: 2 additions & 2 deletions 3.17/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.17.9" >> /log && \
echo "Alpine: 3.17.10" >> /log && \
echo "Nushell: 0.97.1" >> /log

WORKDIR /tmp
Expand Down Expand Up @@ -39,7 +39,7 @@ FROM ghcr.io/bfren/nushell:0.97.1-alpine AS nushell
# STAGE 2: install bfren platform
#======================================================================================================================

FROM alpine:3.17.9 AS install
FROM alpine:3.17.10 AS install
COPY --from=build /log /etc/bf/BUILD
COPY --from=build /usr/bin/envdir /usr/bin/
COPY --from=nushell / /
Expand Down
2 changes: 1 addition & 1 deletion 3.18/ALPINE_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.18.8
3.18.9
4 changes: 2 additions & 2 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.8" >> /log && \
echo "Alpine: 3.18.9" >> /log && \
echo "Nushell: 0.97.1" >> /log

WORKDIR /tmp
Expand Down Expand Up @@ -39,7 +39,7 @@ FROM ghcr.io/bfren/nushell:0.97.1-alpine AS nushell
# STAGE 2: install bfren platform
#======================================================================================================================

FROM alpine:3.18.8 AS install
FROM alpine:3.18.9 AS install
COPY --from=build /log /etc/bf/BUILD
COPY --from=build /usr/bin/envdir /usr/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.3
3.19.4
4 changes: 2 additions & 2 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.3" >> /log && \
echo "Alpine: 3.19.4" >> /log && \
echo "Nushell: 0.97.1" >> /log

WORKDIR /tmp
Expand Down Expand Up @@ -39,7 +39,7 @@ FROM ghcr.io/bfren/nushell:0.97.1-alpine AS nushell
# STAGE 2: install bfren platform
#======================================================================================================================

FROM alpine:3.19.3 AS install
FROM alpine:3.19.4 AS install
COPY --from=build /log /etc/bf/BUILD
COPY --from=build /usr/bin/envdir /usr/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.2
3.20.3
4 changes: 2 additions & 2 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.2" >> /log && \
echo "Alpine: 3.20.3" >> /log && \
echo "Nushell: 0.97.1" >> /log

WORKDIR /tmp
Expand Down Expand Up @@ -39,7 +39,7 @@ FROM ghcr.io/bfren/nushell:0.97.1-alpine AS nushell
# STAGE 2: install bfren platform
#======================================================================================================================

FROM alpine:3.20.2 AS install
FROM alpine:3.20.3 AS install
COPY --from=build /log /etc/bf/BUILD
COPY --from=build /usr/bin/envdir /usr/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.5.9
2.5.10

0 comments on commit 3760191

Please sign in to comment.