File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ services:
132
132
start_period : 60s
133
133
134
134
kong :
135
- image : kong/kong-gateway:3.10 .0.0
135
+ image : kong/kong-gateway:3.11 .0.0
136
136
restart : unless-stopped
137
137
depends_on :
138
138
dataset-discovery-service :
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ RUN dnf install --installroot /mnt/rootfs curl --releasever 9 --setopt install_w
10
10
rpm --root /mnt/rootfs -e --nodeps setup
11
11
12
12
# Second stage: build keycloak image
13
- FROM quay.io/keycloak/keycloak:26.1.4
14
-
13
+ FROM quay.io/keycloak/keycloak:26.3.0
15
14
# Copy curl from the first stage
16
15
COPY --from=ubi-micro-build /mnt/rootfs /
17
16
Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
5
- FROM docker.io/nginx:1.27.4 -alpine
5
+ FROM docker.io/nginx:1.29.0 -alpine
6
6
7
7
COPY ./ /etc/nginx/
8
8
You can’t perform that action at this time.
0 commit comments