Skip to content
Snippets Groups Projects

Update nginx Docker tag to v1.25

Merged renovatebot requested to merge renovate/nginx-1.x into master
Files
3
@@ -36,7 +36,7 @@ services:
@@ -36,7 +36,7 @@ services:
nginx:
nginx:
image: nginx:1.19
image: nginx:1.24
restart: always
restart: always
depends_on:
depends_on:
- vnc
- vnc
Loading