We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4d376 commit b3d99d8Copy full SHA for b3d99d8
1 file changed
test/httpd/Containerfile
@@ -1,10 +1,9 @@
1
-FROM fedora:41 AS builder
+FROM fedora:42 AS builder
2
3
ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.65.tar.gz"
4
5
RUN dnf install gcc apr-devel apr-util-devel openssl-devel pcre-devel redhat-rpm-config autoconf wcstools -y
6
7
-ENV CONF=httpd/mod_proxy_cluster.conf
8
ENV HTTPD=${HTTPD_SOURCES}
9
10
# make sure you have copy of the local repository at place
@@ -44,7 +43,9 @@ RUN for m in advertise mod_proxy_cluster balancers mod_manager; \
44
43
45
RUN rm -rf /test/httpd/mod_proxy_cluster
46
47
-FROM fedora:41
+FROM fedora:42
+
48
+ENV CONF=httpd/mod_proxy_cluster.conf
49
50
RUN dnf install pcre apr-util wcstools -y
51
0 commit comments