From 810dc19ca2e5de892574970a7f0c177b982dc2cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 22:54:50 +0200 Subject: [PATCH] chore(deps): update quay.io/coreos/etcd docker tag to v3.5.14 (#1180) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- images/workstation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/workstation/Dockerfile b/images/workstation/Dockerfile index 751cb850..0192b5b8 100644 --- a/images/workstation/Dockerfile +++ b/images/workstation/Dockerfile @@ -145,7 +145,7 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- COPY --from=gcr.io/kaniko-project/executor:v1.23.0 /kaniko/executor /usr/bin/kaniko # etcdctl -COPY --from=quay.io/coreos/etcd:v3.5.13 /usr/local/bin/etcdctl /usr/bin/etcdctl +COPY --from=quay.io/coreos/etcd:v3.5.14 /usr/local/bin/etcdctl /usr/bin/etcdctl COPY ./sshd_config /etc/ssh/sshd_config