Skip to content

Commit 2cd2f04

Browse files
authored
Merge pull request #270 from orionrobots/dependabot/docker/httpd-2.4.65
Bump httpd from 2.4.64 to 2.4.65
2 parents 535f42f + 92d0c52 commit 2cd2f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \
2323
FROM dcycle/broken-link-checker:3 AS broken_link_checker
2424

2525
# Production HTTP server build - needs full content
26-
FROM httpd:2.4.64 AS httpd_serve
26+
FROM httpd:2.4.65 AS httpd_serve
2727

2828
# Install curl for healthcheck
2929
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)