Update httpd#21646
Merged
Merged
Conversation
Changes: - docker-library/httpd@9b63b37: Merge pull request docker-library/httpd#282 from dzmitry-rudnouski/patch-1 - docker-library/httpd@fa08e9c: update to alpine 3.24
Diff for a5a2ee6:diff --git a/_bashbrew-cat b/_bashbrew-cat
index d9fae10..f59269f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -6,7 +6,7 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
GitCommit: 4da43810a4429c552e19c43f8e513248c34cfc84
Directory: 2.4
-Tags: 2.4.68-alpine, 2.4-alpine, 2-alpine, alpine, 2.4.68-alpine3.23, 2.4-alpine3.23, 2-alpine3.23, alpine3.23
+Tags: 2.4.68-alpine, 2.4-alpine, 2-alpine, alpine, 2.4.68-alpine3.24, 2.4-alpine3.24, 2-alpine3.24, alpine3.24
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 4da43810a4429c552e19c43f8e513248c34cfc84
+GitCommit: fa08e9cebebdf197ac94126fdfc0bc1680fbfb7c
Directory: 2.4/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 4458959..253d9d6 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,16 +1,16 @@
httpd:2
httpd:2-alpine
-httpd:2-alpine3.23
+httpd:2-alpine3.24
httpd:2-trixie
httpd:2.4
httpd:2.4-alpine
-httpd:2.4-alpine3.23
+httpd:2.4-alpine3.24
httpd:2.4-trixie
httpd:2.4.68
httpd:2.4.68-alpine
-httpd:2.4.68-alpine3.23
+httpd:2.4.68-alpine3.24
httpd:2.4.68-trixie
httpd:alpine
-httpd:alpine3.23
+httpd:alpine3.24
httpd:latest
httpd:trixie
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index b0b0a72..2c4b770 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,2 @@
-httpd:alpine3.23
+httpd:alpine3.24
httpd:trixie
diff --git a/httpd_alpine3.23/Dockerfile b/httpd_alpine3.24/Dockerfile
similarity index 99%
rename from httpd_alpine3.23/Dockerfile
rename to httpd_alpine3.24/Dockerfile
index 7718b5f..78801bb 100644
--- a/httpd_alpine3.23/Dockerfile
+++ b/httpd_alpine3.24/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.23
+FROM alpine:3.24
# ensure www-data user exists
RUN set -x \
diff --git a/httpd_alpine3.23/httpd-foreground b/httpd_alpine3.24/httpd-foreground
similarity index 100%
rename from httpd_alpine3.23/httpd-foreground
rename to httpd_alpine3.24/httpd-foregroundRelevant Maintainers: |
yosifkit
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes: