Update nginx Docker tag to v1.19.3

This commit is contained in:
Renovate Bot 2020-10-05 19:32:03 +00:00 committed by Michael Vorburger ⛑️
parent 964cb49077
commit db51a03f6e

View File

@ -13,7 +13,7 @@ RUN npm install
RUN bundle install
RUN grunt prod
FROM nginx:1.19.2
FROM nginx:1.19.3
COPY --from=builder /usr/src/app/dist/community-app /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]