Skip to content

Commit 06d89a4

Browse files
chore(deps): update busybox docker tag to v1.37.0
1 parent 15d55c5 commit 06d89a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/e2e/chainsaw/in-process/00-assert.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ status:
88
spec:
99
containers:
1010
- name: open-feature-e2e-test
11-
image: busybox:1.36.1
11+
image: busybox:1.37.0
1212
env:
1313
- name: my-second-prefix_name2
1414
value: val2
@@ -29,7 +29,7 @@ spec:
2929
- name: my-second-prefix_OFFLINE_FLAG_SOURCE_PATH
3030
value: my-path
3131
- name: open-feature-e2e-test2
32-
image: busybox:1.36.1
32+
image: busybox:1.37.0
3333
env:
3434
- name: my-second-prefix_name2
3535
value: val2

test/e2e/chainsaw/in-process/00-install.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ spec:
2121
spec:
2222
containers:
2323
- name: open-feature-e2e-test
24-
image: busybox:1.36.1
24+
image: busybox:1.37.0
2525
command: ['sh', '-c', 'echo The app is running! && sleep infinity']
2626
- name: open-feature-e2e-test2
27-
image: busybox:1.36.1
27+
image: busybox:1.37.0
2828
command: ['sh', '-c', 'echo The app is running! && sleep infinity']
2929
---
3030
apiVersion: core.openfeature.dev/v1beta1

0 commit comments

Comments
 (0)