Update nginx Docker tag to v1.19.1 (#3214)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-08-06 16:16:16 -07:00 committed by GitHub
parent 1f08a1ee22
commit c4676b8e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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