From 4afc3e1b9044733b262d8f4e34fefd469a104706 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 31 Jan 2025 10:26:23 +0000 Subject: [PATCH 1/3] Bumping version to 4.3.1 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8191138..ecedc98 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.3.0 \ No newline at end of file +4.3.1 \ No newline at end of file From 0e9bc261f8a42828b8f83547ba1c671a3efebd8a Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 31 Jan 2025 10:26:44 +0000 Subject: [PATCH 2/3] Updating copyright year to 2025 --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 9cf654f..ea4b5b8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2024 bfren +Copyright (c) 2021-2025 bfren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 26ff920..87f85f1 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ ## Copyright -> Copyright (c) 2021-2024 [bfren](https://bfren.dev) (unless otherwise stated) +> Copyright (c) 2021-2025 [bfren](https://bfren.dev) (unless otherwise stated) From f000e4e2d77ca4153d91086bb6bbdecd0f9196ba Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 31 Jan 2025 10:27:08 +0000 Subject: [PATCH 3/3] Using latest base images --- alpine3.15/Dockerfile | 2 +- alpine3.16/Dockerfile | 2 +- alpine3.17/Dockerfile | 2 +- alpine3.18/Dockerfile | 2 +- alpine3.19/Dockerfile | 2 +- alpine3.20/Dockerfile | 2 +- alpine3.21/Dockerfile | 2 +- generate-dockerfiles.sh | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/alpine3.15/Dockerfile b/alpine3.15/Dockerfile index f041d7a..a8a018c 100644 --- a/alpine3.15/Dockerfile +++ b/alpine3.15/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.5.0 +FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache" diff --git a/alpine3.16/Dockerfile b/alpine3.16/Dockerfile index f5f2e2d..bb0800a 100644 --- a/alpine3.16/Dockerfile +++ b/alpine3.16/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.16-5.5.0 +FROM ghcr.io/bfren/alpine-s6:alpine3.16-5.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache" diff --git a/alpine3.17/Dockerfile b/alpine3.17/Dockerfile index ca1527c..2aa03a7 100644 --- a/alpine3.17/Dockerfile +++ b/alpine3.17/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.5.0 +FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache" diff --git a/alpine3.18/Dockerfile b/alpine3.18/Dockerfile index 8e5d310..f918440 100644 --- a/alpine3.18/Dockerfile +++ b/alpine3.18/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.5.0 +FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache" diff --git a/alpine3.19/Dockerfile b/alpine3.19/Dockerfile index 316f6d5..ceb8a41 100644 --- a/alpine3.19/Dockerfile +++ b/alpine3.19/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.5.0 +FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache" diff --git a/alpine3.20/Dockerfile b/alpine3.20/Dockerfile index a627aa4..832fdc9 100644 --- a/alpine3.20/Dockerfile +++ b/alpine3.20/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.5.0 +FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache" diff --git a/alpine3.21/Dockerfile b/alpine3.21/Dockerfile index 85c5dc4..5629cff 100644 --- a/alpine3.21/Dockerfile +++ b/alpine3.21/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.0 +FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache" diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 2276614..cee454b 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="5.5.0" +BASE_VERSION="5.5.1" echo "Base: ${BASE_VERSION}" ALPINE_EDITIONS="3.15 3.16 3.17 3.18 3.19 3.20 3.21"