Skip to content

Commit

Permalink
chore(deps): update gcr.io/kaniko-project/executor docker tag to v1.2…
Browse files Browse the repository at this point in the history
…3.1 (#1190)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 8, 2024
1 parent 42a2905 commit ddbb93e
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 @@ -142,7 +142,7 @@ RUN hugo completion fish > /etc/fish/completions/hugo.fish
RUN curl -fsSL https://code-server.dev/install.sh | sh -s --

# kaniko
COPY --from=gcr.io/kaniko-project/executor:v1.23.0 /kaniko/executor /usr/bin/kaniko
COPY --from=gcr.io/kaniko-project/executor:v1.23.1 /kaniko/executor /usr/bin/kaniko

# etcdctl
COPY --from=quay.io/coreos/etcd:v3.5.14 /usr/local/bin/etcdctl /usr/bin/etcdctl
Expand Down

0 comments on commit ddbb93e

Please sign in to comment.