Update nginx Docker tag to v1.21.5

pull/11/head
Renovate Bot 2021-12-29 19:01:14 +00:00
parent 13d0d08183
commit 62f800fc7d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN yarn run build
# =====Packaging inside an Nginx container=====
FROM nginx:1.21.4-alpine
FROM nginx:1.21.5-alpine
# Copy over the Nginx config files
COPY nginx/nginx.conf /etc/nginx/nginx.conf