Skip to content

Commit 0ca0ea2

Browse files
Update mccutchen/go-httpbin Docker tag from 2.17.1 to v2.18.0 (docker-compose.override.unit_tests_cicd.yml) (#12064)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e9cfdf8 commit 0ca0ea2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose.override.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ services:
5454
protocol: tcp
5555
mode: host
5656
"webhook.endpoint":
57-
image: mccutchen/go-httpbin:2.17.1@sha256:6fd74c6c20e5c7db9f17ada519d69af61ff48ddedbc2062e5a8012b3ebb21aba
57+
image: mccutchen/go-httpbin:2.18.0@sha256:402d89c482f99ddd053f0fdc8c6a2caa4fa20c4a804f37de640189518c636bf6

docker-compose.override.unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
image: busybox:1.37.0-musl
5454
entrypoint: ['echo', 'skipping', 'redis']
5555
"webhook.endpoint":
56-
image: mccutchen/go-httpbin:2.17.1@sha256:6fd74c6c20e5c7db9f17ada519d69af61ff48ddedbc2062e5a8012b3ebb21aba
56+
image: mccutchen/go-httpbin:2.18.0@sha256:402d89c482f99ddd053f0fdc8c6a2caa4fa20c4a804f37de640189518c636bf6
5757
volumes:
5858
defectdojo_postgres_unit_tests: {}
5959
defectdojo_media_unit_tests: {}

docker-compose.override.unit_tests_cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
image: busybox:1.37.0-musl
5353
entrypoint: ['echo', 'skipping', 'redis']
5454
"webhook.endpoint":
55-
image: mccutchen/go-httpbin:2.17.1@sha256:6fd74c6c20e5c7db9f17ada519d69af61ff48ddedbc2062e5a8012b3ebb21aba
55+
image: mccutchen/go-httpbin:2.18.0@sha256:402d89c482f99ddd053f0fdc8c6a2caa4fa20c4a804f37de640189518c636bf6
5656
volumes:
5757
defectdojo_postgres_unit_tests: {}
5858
defectdojo_media_unit_tests: {}

0 commit comments

Comments
 (0)