Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
# The log output is the DCR response, so we can also pipe it through `jq` to pretty-print it, e.g.:
# docker logs "$(docker ps -aq --filter "name=sample-request" --latest)" | jq .
sample-request:
image: curlimages/curl:8.21.0
image: curlimages/curl:8.22.0
depends_on:
tag-page-rendering:
condition: service_healthy
Expand Down
Loading