Skip to content

Commit

Permalink
Pin bitnami/apache version
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
  • Loading branch information
carmenbianca committed Aug 27, 2024
1 parent 37f9ee1 commit 6ef620b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
# Configure webserver
# =============================================================================

FROM bitnami/apache:2.4 as webserver-prep
# TODO: Switch back to 2.4. <https://github.com/bitnami/containers/issues/71316>
# currently makes 2.4.62 unviable.
FROM bitnami/apache:2.4.61 as webserver-prep

COPY reuse.software.conf /vhosts/

Expand Down

0 comments on commit 6ef620b

Please sign in to comment.