Skip to content

Commit

Permalink
Update busybox Docker tag from 1.36.1 to v1.37.0 (docker-compose.over…
Browse files Browse the repository at this point in the history
…ride.unit_tests_cicd.yml) (DefectDojo#10985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 6f8d09f commit 2582747
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docker-compose.override.unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
nginx:
image: busybox:1.36.1-musl
image: busybox:1.37.0-musl
entrypoint: ['echo', 'skipping', 'nginx']
volumes:
- defectdojo_media_unit_tests:/usr/share/nginx/html/media
Expand Down Expand Up @@ -30,13 +30,13 @@ services:
DD_CELERY_BROKER_PATH: '/dojo.celerydb.sqlite'
DD_CELERY_BROKER_PARAMS: ''
celerybeat:
image: busybox:1.36.1-musl
image: busybox:1.37.0-musl
entrypoint: ['echo', 'skipping', 'celery beat']
celeryworker:
image: busybox:1.36.1-musl
image: busybox:1.37.0-musl
entrypoint: ['echo', 'skipping', 'celery worker']
initializer:
image: busybox:1.36.1-musl
image: busybox:1.37.0-musl
entrypoint: ['echo', 'skipping', 'initializer']
postgres:
ports:
Expand All @@ -49,7 +49,7 @@ services:
volumes:
- defectdojo_postgres_unit_tests:/var/lib/postgresql/data
redis:
image: busybox:1.36.1-musl
image: busybox:1.37.0-musl
entrypoint: ['echo', 'skipping', 'redis']
"webhook.endpoint":
image: mccutchen/go-httpbin:v2.15.0@sha256:24528cf5229d0b70065ac27e6c9e4d96f5452a84a3ce4433e56573c18d96827a
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.override.unit_tests_cicd.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
nginx:
image: busybox:1.36.1-musl
image: busybox:1.37.0-musl
entrypoint: ['echo', 'skipping', 'nginx']
volumes:
- defectdojo_media_unit_tests:/usr/share/nginx/html/media
Expand Down Expand Up @@ -29,13 +29,13 @@ services:
DD_CELERY_BROKER_PATH: '/dojo.celerydb.sqlite'
DD_CELERY_BROKER_PARAMS: ''
celerybeat:
image: busybox:1.36.1-musl
image: busybox:1.37.0-musl
entrypoint: ['echo', 'skipping', 'celery beat']
celeryworker:
image: busybox:1.36.1-musl
image: busybox:1.37.0-musl
entrypoint: ['echo', 'skipping', 'celery worker']
initializer:
image: busybox:1.36.1-musl
image: busybox:1.37.0-musl
entrypoint: ['echo', 'skipping', 'initializer']
postgres:
ports:
Expand All @@ -48,7 +48,7 @@ services:
volumes:
- defectdojo_postgres_unit_tests:/var/lib/postgresql/data
redis:
image: busybox:1.36.1-musl
image: busybox:1.37.0-musl
entrypoint: ['echo', 'skipping', 'redis']
"webhook.endpoint":
image: mccutchen/go-httpbin:v2.15.0@sha256:24528cf5229d0b70065ac27e6c9e4d96f5452a84a3ce4433e56573c18d96827a
Expand Down

0 comments on commit 2582747

Please sign in to comment.