Skip to content

Commit

Permalink
chore(deps): update quay.io/coreos/etcd docker tag to v3.5.14 (#1180)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 29, 2024
1 parent 77432c5 commit 810dc19
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 @@ -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

Expand Down

0 comments on commit 810dc19

Please sign in to comment.