Update nginx Docker tag to v1.21.5 #13

Merged
Jef Roosens merged 1 commit from renovate/nginx-1.x into dev 2021-12-30 14:16:58 +01:00
Showing only changes of commit 902c8a3884 - Show all commits

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