Skip to content

Commit c4510f8

Browse files
Merge branch 'main' into renovate/quay.io-keycloak-keycloak-26.x
2 parents f8b7a02 + 987ff3f commit c4510f8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ services:
105105
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:8983/solr/"]
106106

107107
redis:
108-
image: redis:7.4.2
108+
image: redis:7.4.5
109109
restart: unless-stopped
110110
healthcheck:
111111
test: ["CMD", "redis-cli", "-e", "QUIT"]
@@ -132,7 +132,7 @@ services:
132132
start_period: 60s
133133

134134
kong:
135-
image: kong/kong-gateway:3.10.0.0
135+
image: kong/kong-gateway:3.11.0.0
136136
restart: unless-stopped
137137
depends_on:
138138
dataset-discovery-service:

keycloak/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN dnf install --installroot /mnt/rootfs curl --releasever 9 --setopt install_w
1111

1212
# Second stage: build keycloak image
1313
FROM quay.io/keycloak/keycloak:26.3.0
14-
1514
# Copy curl from the first stage
1615
COPY --from=ubi-micro-build /mnt/rootfs /
1716

0 commit comments

Comments
 (0)