Skip to content

Commit

Permalink
Merge pull request #91 from carmenbianca/fix-bitnami
Browse files Browse the repository at this point in the history
Pin bitnami/apache version
  • Loading branch information
carmenbianca authored Aug 27, 2024
2 parents 37f9ee1 + 6ef620b commit e382092
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 e382092

Please sign in to comment.