We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88835d1 + 8dfddf7 commit 449aa7cCopy full SHA for 449aa7c
maintenance/etcd/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.redhat.io/ubi9:9.6-1747219013 AS build
+FROM registry.redhat.io/ubi9:9.7-1762180182 AS build
2
3
WORKDIR /root
4
@@ -10,7 +10,7 @@ RUN git clone -b v3.5.18 https://github.com/etcd-io/etcd.git && \
10
cp -rf /root/etcd/bin/etcdctl /usr/bin/etcdctl
11
12
# Second stage: Create the final image
13
-FROM registry.redhat.io/ubi9:9.6-1747219013
+FROM registry.redhat.io/ubi9:9.7-1762180182
14
ADD defrag.sh /opt/
15
16
RUN dnf -y install jq && dnf clean all
0 commit comments