Skip to content
Snippets Groups Projects

Update nginx Docker tag to v1.25

Merged renovatebot requested to merge renovate/nginx-1.x into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -36,7 +36,7 @@ services:
nginx:
image: nginx:1.19
image: nginx:1.25
restart: always
depends_on:
- vnc
Loading