Skip to content

Commit e4025ad

Browse files
authored
v5.1.0 (#108)
Major updates * Adding Alpine 3.23 and making it the default * Using latest base images
1 parent 1432ede commit e4025ad

File tree

18 files changed

+41
-18
lines changed

18 files changed

+41
-18
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", "3.21", "3.22" ]
18+
alpine: [ "3.15", "3.16", "3.17", "3.18", "3.19", "3.20", "3.21", "3.22", "3.23" ]
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.22'
95+
if: matrix.alpine == '3.23'
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", "3.21", "3.22" ]
13+
alpine: [ "3.15", "3.16", "3.17", "3.18", "3.19", "3.20", "3.21", "3.22", "3.23" ]
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.22'
91+
if: matrix.alpine == '3.23'
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-
5.0.1
1+
5.1.0

VERSION_MINOR

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0
1+
5.1

alpine3.15/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/bfren/alpine-s6:alpine3.15-6.0.1
1+
FROM quay.io/bfren/alpine-s6:alpine3.15-6.1.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 quay.io/bfren/alpine-s6:alpine3.16-6.0.1
1+
FROM quay.io/bfren/alpine-s6:alpine3.16-6.1.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 quay.io/bfren/alpine-s6:alpine3.17-6.0.1
1+
FROM quay.io/bfren/alpine-s6:alpine3.17-6.1.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 quay.io/bfren/alpine-s6:alpine3.18-6.0.1
1+
FROM quay.io/bfren/alpine-s6:alpine3.18-6.1.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 quay.io/bfren/alpine-s6:alpine3.19-6.0.1
1+
FROM quay.io/bfren/alpine-s6:alpine3.19-6.1.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 quay.io/bfren/alpine-s6:alpine3.20-6.0.1
1+
FROM quay.io/bfren/alpine-s6:alpine3.20-6.1.0
22

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

0 commit comments

Comments
 (0)