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
…1.0 (#1099)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 1, 2024
1 parent 12d0541 commit e1b00d5
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 @@ -152,7 +152,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.20.1 /kaniko/executor /usr/bin/kaniko
COPY --from=gcr.io/kaniko-project/executor:v1.21.0 /kaniko/executor /usr/bin/kaniko

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

0 comments on commit e1b00d5

Please sign in to comment.