Skip to content

Commit

Permalink
test_pod.yaml - upgrade alpine to 3.18
Browse files Browse the repository at this point in the history
We're using a fairly old Alpine image, let's upgrade to a newer one.
  • Loading branch information
JanneKiiskila committed Aug 23, 2023
1 parent 474ef8c commit 6f222f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/test_pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- echo 'pod is running'; sleep 6000000
command:
- /bin/sh
image: alpine:3.9
image: alpine:3.18
imagePullPolicy: IfNotPresent
name: client
resources:
Expand Down

0 comments on commit 6f222f6

Please sign in to comment.