Skip to content

Commit 91a17d2

Browse files
chore(deps): update registry.redhat.io/ubi9 docker tag to v9.6-1749542372
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 788c85b commit 91a17d2

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.6-1749542372 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.6-1749542372
1414
ADD defrag.sh /opt/
1515

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

0 commit comments

Comments
 (0)