Skip to content

Commit 4e7b2e1

Browse files
committed
chore(deps): update alpine docker tag to v3.23
1 parent d56d780 commit 4e7b2e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/cronworkflow-example/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
templates:
1515
- name: main
1616
container:
17-
image: alpine:3.21
17+
image: alpine:3.23
1818
command:
1919
- sh
2020
- -c

examples/dag-diamond/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
parameters:
3737
- name: message
3838
container:
39-
image: alpine:3.21
39+
image: alpine:3.23
4040
command: [echo, "{{inputs.parameters.message}}"]
4141
resources:
4242
requests:

examples/external-logs/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
spec:
2828
containers:
2929
- name: hellopipekit
30-
image: alpine:3.21
30+
image: alpine:3.23
3131
command: ["sh", "-c"]
3232
args: [ "echo \"Hello Pipekit!\"" ]
3333
restartPolicy: Never

0 commit comments

Comments
 (0)