Skip to content

Commit c692c0f

Browse files
authored
v4.3.0 (#95)
Major updates * Adding Alpine 3.21 and making it the default Minor updates * Using latest base images
1 parent 078e818 commit c692c0f

File tree

16 files changed

+39
-16
lines changed

16 files changed

+39
-16
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
alpine: [ "3.15", "3.16", "3.17", "3.18", "3.19", "3.20" ]
18+
alpine: [ "3.15", "3.16", "3.17", "3.18", "3.19", "3.20", "3.21" ]
1919
runs-on: ubuntu-latest
2020
steps:
2121
-
@@ -92,7 +92,7 @@ jobs:
9292
-
9393
name: Build and push default
9494
id: docker_build_default
95-
if: matrix.alpine == '3.20'
95+
if: matrix.alpine == '3.21'
9696
uses: docker/build-push-action@v6
9797
with:
9898
context: .

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
alpine: [ "3.15", "3.16", "3.17", "3.18", "3.19", "3.20" ]
13+
alpine: [ "3.15", "3.16", "3.17", "3.18", "3.19", "3.20", "3.21" ]
1414
runs-on: ubuntu-latest
1515
steps:
1616
-
@@ -88,7 +88,7 @@ jobs:
8888
-
8989
name: Build and push default
9090
id: docker_build_default
91-
if: matrix.alpine == '3.20'
91+
if: matrix.alpine == '3.21'
9292
uses: docker/build-push-action@v6
9393
with:
9494
context: .

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.13
1+
4.3.0

VERSION_MINOR

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2
1+
4.3

alpine3.15/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.4.15
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.5.0
22

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

alpine3.16/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.16-5.4.15
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.16-5.5.0
22

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

alpine3.17/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.4.15
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.5.0
22

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

alpine3.18/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.4.15
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.5.0
22

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

alpine3.19/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.4.15
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.5.0
22

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

alpine3.20/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.15
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.5.0
22

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

0 commit comments

Comments
 (0)