Skip to content

Commit

Permalink
bump nginx version in docker-compose.yml to 1.20-alpine;
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
Stefan Maute committed May 27, 2021
1 parent 9cf196a commit 561c485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ services:
command: nginx -g 'daemon off;'

nginx:
image: docker.io/nginx:1.19-alpine
image: docker.io/nginx:1.20-alpine
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- ./nginx.htpasswd:/etc/nginx/nginx.htpasswd:ro
Expand Down

0 comments on commit 561c485

Please sign in to comment.