Container: Bump httpd from 2.4.54-alpine to 2.4.55-alpine
Bumps httpd from 2.4.54-alpine to 2.4.55-alpine.
This commit is contained in:
parent
5d6b7431a6
commit
e54a1977eb
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.54-alpine
|
||||
FROM httpd:2.4.55-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