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:
parent
1a0e3c27d5
commit
81ce27c1a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue