Skip to content

Commit 449aa7c

Browse files
authored
Merge pull request #17 from redhat-appstudio/konflux/mintmaker/main/registry.redhat.io-ubi9-9.x
chore(deps): update registry.redhat.io/ubi9 docker tag to v9.7-1762180182
2 parents 88835d1 + 8dfddf7 commit 449aa7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maintenance/etcd/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9:9.6-1747219013 AS build
1+
FROM registry.redhat.io/ubi9:9.7-1762180182 AS build
22

33
WORKDIR /root
44

@@ -10,7 +10,7 @@ RUN git clone -b v3.5.18 https://github.com/etcd-io/etcd.git && \
1010
cp -rf /root/etcd/bin/etcdctl /usr/bin/etcdctl
1111

1212
# Second stage: Create the final image
13-
FROM registry.redhat.io/ubi9:9.6-1747219013
13+
FROM registry.redhat.io/ubi9:9.7-1762180182
1414
ADD defrag.sh /opt/
1515

1616
RUN dnf -y install jq && dnf clean all

0 commit comments

Comments
 (0)