Update nginx Docker tag to v1.27.4

This commit is contained in:
renovate[bot] 2025-02-06 01:31:17 +00:00 committed by GitHub
parent 45ec7b82e9
commit 0d5020f1e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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