Skip to content

Commit 732a4ca

Browse files
chore(deps): update nginx docker tag to v1.29.2
1 parent 0392ac6 commit 732a4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/docker-compose/docker-compose-nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Note! Requires 'nginx.conf' file (available in 'conf' directory).
44
services:
55
nginx:
6-
image: nginx:1.28.0
6+
image: nginx:1.29.2
77
restart: always
88
volumes:
99
- ../conf/nginx.conf:/etc/nginx/nginx.conf:ro

0 commit comments

Comments
 (0)