Container: Bump httpd from 2.4.57-alpine to 2.4.58-alpine

Bumps httpd from 2.4.57-alpine to 2.4.58-alpine.
This commit is contained in:
dependabot 2023-10-20 07:25:35 +00:00
parent 1a0e3c27d5
commit 81ce27c1a7

View file

@ -14,7 +14,7 @@ RUN npx tsc -p tsconfig.json
RUN cp -r /usr/src/app/src /usr/src/app/public
FROM httpd:2.4.57-alpine
FROM httpd:2.4.58-alpine
# No access logs
RUN sed -i 's/LoadModule log_config_module modules\/mod_log_config.so//g' /usr/local/apache2/conf/httpd.conf