Skip to content

Commit d6b5d80

Browse files
Merge branch 'main' into renovate/redis-8.x
2 parents 07e48fe + 6994e3d commit d6b5d80

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ RUN dnf install --installroot /mnt/rootfs curl --releasever 9 --setopt install_w
1010
rpm --root /mnt/rootfs -e --nodeps setup
1111

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

nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
FROM docker.io/nginx:1.27.4-alpine
5+
FROM docker.io/nginx:1.29.0-alpine
66

77
COPY ./ /etc/nginx/
88

0 commit comments

Comments
 (0)