Browse Source

Merge pull request #736 from ChristianLempa/renovate/docker.io-library-nginx-1.26.x

Christoph Schug 1 year ago
parent
commit
e7577ef5c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose/nginx/compose.yaml

+ 1 - 1
docker-compose/nginx/compose.yaml

@@ -1,7 +1,7 @@
 ---
 ---
 services:
 services:
   nginx:
   nginx:
-    image: docker.io/library/nginx:1.26.2-alpine
+    image: docker.io/library/nginx:1.26.3-alpine
     container_name: nginx
     container_name: nginx
     ports:
     ports:
       - 80:80
       - 80:80