Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
update version of etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
mgianatagh committed Dec 22, 2023
1 parent 695eaa2 commit 3c3067c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN microdnf update -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs && \
dnf config-manager --add-repo http://yum.oracle.com/repo/OracleLinux/OL8/olcne17/x86_64 && \
microdnf install -y helm-3.12.0-3.el8.x86_64 && \
microdnf install -y kubectl-1.26.10-2.el8.x86_64 && \
microdnf install -y etcd-3.5.6-4.el8.x86_64 && \
microdnf install -y etcd-3.5.9-2.el8.x86_64 && \
dnf config-manager --add-repo http://yum.oracle.com/repo/OracleLinux/OL8/developer/EPEL/x86_64 && \
microdnf install -y tini-0.19.0-1.el8.x86_64 && \
mv /usr/bin/helm /usr/bin/helm_v3 && \
Expand Down

0 comments on commit 3c3067c

Please sign in to comment.