Skip to content

Commit

Permalink
chore(deps): update quay.io/coreos/etcd docker tag to v3.5.11 (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent 1d683e2 commit 84d89ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/workstation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 84d89ac

Please sign in to comment.