Skip to content
Snippets Groups Projects

Update nginx Docker tag to v1.25.0

Merged Stackspin-renovate Bot requested to merge renovate/nginx-1.x into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -10,7 +10,7 @@ services:
- "3000:3000"
command: "yarn run start"
stackspin_proxy:
image: nginx:1.24.0
image: nginx:1.25.0
ports:
- "8081:8081"
volumes:
Loading