Compare commits

...

2 Commits

Author SHA1 Message Date
Jef Roosens c1a68ff66c Merge pull request 'Update nginx Docker tag to v1.21.5' (#13) from renovate/nginx-1.x into dev
ci/woodpecker/push/woodpecker Pipeline failed Details
Reviewed-on: #13
2021-12-30 14:16:57 +01:00
Renovate Bot 902c8a3884 Update nginx Docker tag to v1.21.5
ci/woodpecker/push/woodpecker Pipeline failed Details
ci/woodpecker/pr/woodpecker Pipeline failed Details
2021-12-30 13:01:09 +00:00
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