updated nginx version

This commit is contained in:
Timo Bejan 2020-09-22 14:54:20 +03:00
parent 8981d07ed6
commit ee12be16e5

View File

@ -18,7 +18,7 @@ RUN npm version patch --no-git-tag-version
RUN yarn build --prod --project=red-ui
### STAGE 2: Setup ###
FROM nginx:1.17.6-alpine
FROM nginx:1.19.2-alpine
## Copy our default nginx config
COPY docker/common/nginx/ngix.conf.template /ngix.conf.templat