From 84d89acfdde07bb10b4d3fb8250701887a7fe794 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 15:21:32 +0200 Subject: [PATCH] chore(deps): update quay.io/coreos/etcd docker tag to v3.5.11 (#1031) --- images/workstation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/workstation/Dockerfile b/images/workstation/Dockerfile index 43fe52f7..8bcb8339 100644 --- a/images/workstation/Dockerfile +++ b/images/workstation/Dockerfile @@ -155,7 +155,7 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- COPY --from=gcr.io/kaniko-project/executor:v1.19.0 /kaniko/executor /usr/bin/kaniko # etcdctl -COPY --from=quay.io/coreos/etcd:v3.5.10 /usr/local/bin/etcdctl /usr/bin/etcdctl +COPY --from=quay.io/coreos/etcd:v3.5.11 /usr/local/bin/etcdctl /usr/bin/etcdctl COPY ./sshd_config /etc/ssh/sshd_config