We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108c42a commit 489fbf3Copy full SHA for 489fbf3
1 file changed
docker/postgres/Dockerfile
@@ -59,9 +59,6 @@ RUN ${PACKAGER} -y update && ${PACKAGER} -y install --nodocs --noplugins --setop
59
cronie \
60
&& ${PACKAGER} -y clean all;
61
62
-RUN ETCDVERSION=3.5.13 \
63
-&& echo "https://github.com/coreos/etcd/releases/download/v${ETCDVERSION}/etcd-v${ETCDVERSION}-linux-${ARCH}.tar.gz"
64
-
65
# install etcdctl
66
RUN curl -L https://github.com/coreos/etcd/releases/download/v${ETCD_VERSION}/etcd-v${ETCD_VERSION}-linux-${ARCH}.tar.gz | tar xz -C /bin --strip=1 --wildcards --no-anchored --no-same-owner etcdctl etcd;
67
0 commit comments