Merge pull request 'Update nginx Docker tag to v1.21.5' (#13) from renovate/nginx-1.x into dev
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Reviewed-on: #13
This commit is contained in:
commit
c1a68ff66c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue