Skip to content

Commit 1362b93

Browse files
committed
nginx and keycloak version upgrades
1 parent ae09b26 commit 1362b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dsf-docker-test-setup-3dic-ttp/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.8'
22
services:
33
proxy:
4-
image: nginx:1.28
4+
image: nginx:1.29
55
restart: "no"
66
ports:
77
- 127.0.0.1:443:443
@@ -79,7 +79,7 @@ services:
7979
read_only: true
8080

8181
keycloak:
82-
image: quay.io/keycloak/keycloak:26.2
82+
image: quay.io/keycloak/keycloak:26.3
8383
restart: "no"
8484
ports:
8585
- 127.0.0.1:8443:8443

0 commit comments

Comments
 (0)