Skip to content

Commit

Permalink
deps: update busybox docker tag to v1.36.1 (#1595)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Thomas Schuetz <38893055+thschue@users.noreply.github.com>
  • Loading branch information
renovate[bot] and thschue committed Jun 26, 2023
1 parent c2e9f4a commit 6770912
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/sample-app/base/container-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
container:
name: testy-test
image: busybox:1.36.0
image: busybox:1.36.1
command:
- 'sh'
- '-c'
Expand Down
2 changes: 1 addition & 1 deletion test/integration/container-runtime/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
container:
name: testy-test
image: busybox:1.36.0
image: busybox:1.36.1
command:
- 'sh'
- '-c'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
container:
name: keptntaskdefinition
image: busybox:1.36.0
image: busybox:1.36.1
resources:
limits:
memory: "200Mi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
container:
name: keptntaskdefinition
image: busybox:1.36.0
image: busybox:1.36.1
resources:
limits:
memory: "200Mi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
container:
name: keptntaskdefinition
image: busybox:1.36.0
image: busybox:1.36.1
resources:
limits:
memory: "200Mi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
container:
name: keptntaskdefinition1
image: busybox:1.36.0
image: busybox:1.36.1
resources:
limits:
memory: "200Mi"
Expand Down

0 comments on commit 6770912

Please sign in to comment.