Skip to content

Commit

Permalink
v4.2.8 (#88)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
* Updating to Apache 2.4.62
  • Loading branch information
bfren authored Aug 30, 2024
1 parent 049aa31 commit 78ff607
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.7
4.2.8
2 changes: 1 addition & 1 deletion alpine3.15/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.4.7
FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.4.8

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache"

Expand Down
2 changes: 1 addition & 1 deletion alpine3.16/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.16-5.4.7
FROM ghcr.io/bfren/alpine-s6:alpine3.16-5.4.8

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache"

Expand Down
2 changes: 1 addition & 1 deletion alpine3.17/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.4.7
FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.4.8

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache"

Expand Down
2 changes: 1 addition & 1 deletion alpine3.18/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.4.7
FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.4.8

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache"

Expand Down
2 changes: 1 addition & 1 deletion alpine3.19/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.4.7
FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.4.8

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache"

Expand Down
2 changes: 1 addition & 1 deletion alpine3.19/overlay/tmp/APACHE_BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.61-r0
2.4.62-r0
2 changes: 1 addition & 1 deletion alpine3.19/overlay/tmp/APACHE_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.61
2.4.62
2 changes: 1 addition & 1 deletion alpine3.20/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.7
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.8

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache"

Expand Down
2 changes: 1 addition & 1 deletion generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

docker pull bfren/alpine

BASE_VERSION="5.4.7"
BASE_VERSION="5.4.8"
echo "Base: ${BASE_VERSION}"

ALPINE_EDITIONS="3.15 3.16 3.17 3.18 3.19 3.20"
Expand Down

0 comments on commit 78ff607

Please sign in to comment.