Update nginx Docker tag to v1.23 (#417)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-08-21 23:28:27 +02:00
committed by GitHub
parent 1fc358a989
commit 91775bd09b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
version: '2.4'
services:
nginx:
image: nginx:1.22
image: nginx:1.23
volumes:
- ./nginx-with-keycloak.conf:/etc/nginx/nginx.conf:ro
ports: [ "80:80", "8529:8529", "9000:9000", "9002:9002", "9003:9003" ]

View File

@@ -1,7 +1,7 @@
version: '2.4'
services:
nginx:
image: nginx:1.22
image: nginx:1.23
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
ports: [ "80:80", "8529:8529", "9000:9000", "9003:9003" ]