Skip to content

Commit

Permalink
Update wiremock/wiremock Docker tag to v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent 70c6e3e commit f4e3a10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,17 +190,17 @@ services:
start_period: 5s

fake-ghost-activitypub:
image: wiremock/wiremock:3.9.2-1
image: wiremock/wiremock:3.10.0-1
entrypoint: [ "/docker-entrypoint.sh", "--global-response-templating", "--disable-gzip", "--verbose", "--port=80", "--https-port=443" ]
volumes:
- ./wiremock/fake-ghost/mappings:/home/wiremock/mappings

fake-external-activitypub:
image: wiremock/wiremock:3.9.2-1
image: wiremock/wiremock:3.10.0-1
entrypoint: [ "/docker-entrypoint.sh", "--global-response-templating", "--disable-gzip", "--verbose", "--port=80", "--https-port=443" ]

fake-mastodon:
image: wiremock/wiremock:3.9.2-1
image: wiremock/wiremock:3.10.0-1
ports:
- "8084:8080"
entrypoint: [ "/docker-entrypoint.sh", "--global-response-templating", "--disable-gzip", "--verbose" ]

0 comments on commit f4e3a10

Please sign in to comment.