We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9f95a commit 92d0c52Copy full SHA for 92d0c52
Dockerfile
@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \
23
FROM dcycle/broken-link-checker:3 AS broken_link_checker
24
25
# Production HTTP server build - needs full content
26
-FROM httpd:2.4.64 AS httpd_serve
+FROM httpd:2.4.65 AS httpd_serve
27
28
# Install curl for healthcheck
29
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
0 commit comments