Container: Pin node and httpd container tags
This commit is contained in:
parent
b980fffbd3
commit
544ab3199f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:alpine as build
|
||||
FROM node:19.1.0-alpine as build
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
@ -14,7 +14,7 @@ RUN npx tsc -p tsconfig.json
|
|||
|
||||
RUN cp -r /usr/src/app/src /usr/src/app/public
|
||||
|
||||
FROM httpd:alpine
|
||||
FROM httpd:2.4.54-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