Skip to content

Commit

Permalink
v1.8.7 (#86)
Browse files Browse the repository at this point in the history
Minor updates
* Regenerating Dockerfiles
  • Loading branch information
bfren authored Oct 6, 2023
1 parent 1d57364 commit 3338f41
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 3.15/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15.9
FROM alpine:3.15.10

LABEL org.opencontainers.image.description="Alpine base image with various custom executables."
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-alpine"
Expand All @@ -9,7 +9,7 @@ ARG BF_VERSION
ENV \
# Alpine versions
ALPINE_MINOR=3.15 \
ALPINE_REVISION=3.15.9 \
ALPINE_REVISION=3.15.10 \
# debug log output
# 0: disable
# 1: enable
Expand Down
4 changes: 2 additions & 2 deletions 3.16/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16.6
FROM alpine:3.16.7

LABEL org.opencontainers.image.description="Alpine base image with various custom executables."
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-alpine"
Expand All @@ -9,7 +9,7 @@ ARG BF_VERSION
ENV \
# Alpine versions
ALPINE_MINOR=3.16 \
ALPINE_REVISION=3.16.6 \
ALPINE_REVISION=3.16.7 \
# debug log output
# 0: disable
# 1: enable
Expand Down
4 changes: 2 additions & 2 deletions 3.17/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17.4
FROM alpine:3.17.5

LABEL org.opencontainers.image.description="Alpine base image with various custom executables."
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-alpine"
Expand All @@ -9,7 +9,7 @@ ARG BF_VERSION
ENV \
# Alpine versions
ALPINE_MINOR=3.17 \
ALPINE_REVISION=3.17.4 \
ALPINE_REVISION=3.17.5 \
# debug log output
# 0: disable
# 1: enable
Expand Down
4 changes: 2 additions & 2 deletions 3.18/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.2
FROM alpine:3.18.4

LABEL org.opencontainers.image.description="Alpine base image with various custom executables."
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-alpine"
Expand All @@ -9,7 +9,7 @@ ARG BF_VERSION
ENV \
# Alpine versions
ALPINE_MINOR=3.18 \
ALPINE_REVISION=3.18.2 \
ALPINE_REVISION=3.18.4 \
# 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.8.6
1.8.7

0 comments on commit 3338f41

Please sign in to comment.