Skip to content
Snippets Groups Projects

Update nginx Docker tag to v1.25

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