Skip to content

Commit

Permalink
chore: update to alpine 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Davids <[email protected]>
  • Loading branch information
sdavids committed Dec 13, 2024
1 parent 72a3680 commit 8c9232e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions httpd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
# https://docs.docker.com/engine/reference/builder/

# https://hub.docker.com/_/httpd/
FROM httpd:2.4.62-alpine3.20
FROM httpd:2.4.62-alpine3.21

EXPOSE 443

# docker run --rm httpd:2.4.62-alpine3.20 cat /usr/local/apache2/conf/httpd.conf > httpd.conf
# docker run --rm httpd:2.4.62-alpine3.21 cat /usr/local/apache2/conf/httpd.conf > httpd.conf
COPY --chown=www-data:www-data ./httpd.conf /usr/local/apache2/conf/httpd.conf

# docker run --rm httpd:2.4.62-alpine3.20 cat /usr/local/apache2/conf/extra/httpd-ssl.conf > httpd-ssl.conf
# docker run --rm httpd:2.4.62-alpine3.21 cat /usr/local/apache2/conf/extra/httpd-ssl.conf > httpd-ssl.conf
COPY --chown=www-data:www-data ./httpd-ssl.conf /usr/local/apache2/conf/extra/httpd-ssl.conf

# https://github.com/opencontainers/image-spec/blob/master/annotations.md
Expand Down

0 comments on commit 8c9232e

Please sign in to comment.