Skip to content

Commit

Permalink
update perl docker image with multi-arch tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Basavaraju-G authored and tekton-robot committed Oct 6, 2023
1 parent 803e920 commit db23b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v1/taskruns/step-script.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
print("Hello from Python!")
- name: perl
image: perl
image: perl:devel-bullseye
script: |
#!/usr/bin/perl
print "Hello from Perl!"
Expand Down

0 comments on commit db23b72

Please sign in to comment.