Skip to content

Commit

Permalink
v1.7.3 (#66)
Browse files Browse the repository at this point in the history
Minor updates
* Adding Alpine version as environment variables
  • Loading branch information
bfren authored Dec 16, 2022
1 parent a5394ff commit 59b1591
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 3.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ARG BF_IMAGE
ARG BF_VERSION

ENV \
# Alpine versions
ALPINE_MINOR=3.10 \
ALPINE_REVISION=3.10.9 \
# debug log output
# 0: disable
# 1: enable
Expand Down
3 changes: 3 additions & 0 deletions 3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ARG BF_IMAGE
ARG BF_VERSION

ENV \
# Alpine versions
ALPINE_MINOR=3.11 \
ALPINE_REVISION=3.11.13 \
# debug log output
# 0: disable
# 1: enable
Expand Down
3 changes: 3 additions & 0 deletions 3.12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ARG BF_IMAGE
ARG BF_VERSION

ENV \
# Alpine versions
ALPINE_MINOR=3.12 \
ALPINE_REVISION=3.12.12 \
# debug log output
# 0: disable
# 1: enable
Expand Down
3 changes: 3 additions & 0 deletions 3.13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ARG BF_IMAGE
ARG BF_VERSION

ENV \
# Alpine versions
ALPINE_MINOR=3.13 \
ALPINE_REVISION=3.13.12 \
# debug log output
# 0: disable
# 1: enable
Expand Down
3 changes: 3 additions & 0 deletions 3.14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ARG BF_IMAGE
ARG BF_VERSION

ENV \
# Alpine versions
ALPINE_MINOR=3.14 \
ALPINE_REVISION=3.14.8 \
# debug log output
# 0: disable
# 1: enable
Expand Down
3 changes: 3 additions & 0 deletions 3.15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ARG BF_IMAGE
ARG BF_VERSION

ENV \
# Alpine versions
ALPINE_MINOR=3.15 \
ALPINE_REVISION=3.15.6 \
# debug log output
# 0: disable
# 1: enable
Expand Down
3 changes: 3 additions & 0 deletions 3.16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ARG BF_IMAGE
ARG BF_VERSION

ENV \
# Alpine versions
ALPINE_MINOR=3.16 \
ALPINE_REVISION=3.16.3 \
# debug log output
# 0: disable
# 1: enable
Expand Down
3 changes: 3 additions & 0 deletions 3.17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ARG BF_IMAGE
ARG BF_VERSION

ENV \
# Alpine versions
ALPINE_MINOR=3.17 \
ALPINE_REVISION=3.17.0 \
# debug log output
# 0: disable
# 1: enable
Expand Down
3 changes: 3 additions & 0 deletions 3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ARG BF_IMAGE
ARG BF_VERSION

ENV \
# Alpine versions
ALPINE_MINOR=3.8 \
ALPINE_REVISION=3.8.5 \
# debug log output
# 0: disable
# 1: enable
Expand Down
3 changes: 3 additions & 0 deletions 3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ARG BF_IMAGE
ARG BF_VERSION

ENV \
# Alpine versions
ALPINE_MINOR=3.9 \
ALPINE_REVISION=3.9.6 \
# debug log output
# 0: disable
# 1: enable
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile.esh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ARG BF_IMAGE
ARG BF_VERSION

ENV \
# Alpine versions
ALPINE_MINOR=<%= ${ALPINE_VERSION} %> \
ALPINE_REVISION=<%= ${ALPINE_REVISION} %> \
# debug log output
# 0: disable
# 1: enable
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.2
1.7.3
3 changes: 3 additions & 0 deletions edge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ARG BF_IMAGE
ARG BF_VERSION

ENV \
# Alpine versions
ALPINE_MINOR=edge \
ALPINE_REVISION=edge \
# debug log output
# 0: disable
# 1: enable
Expand Down

0 comments on commit 59b1591

Please sign in to comment.