Skip to content

Commit

Permalink
Merge pull request #22
Browse files Browse the repository at this point in the history
feat: Update API to `v0.5.0`
  • Loading branch information
RemiBardon authored Jan 9, 2025
2 parents 7e014c3 + 84a4dd3 commit 6bb6d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
api:
image: "${PROSE_POD_API_IMAGE:-proseim/prose-pod-api:${PROSE_POD_API_IMAGE_TAG:-${DEFAULT_DOCKER_TAG:-0.4.1}}}"
image: "${PROSE_POD_API_IMAGE:-proseim/prose-pod-api:${PROSE_POD_API_IMAGE_TAG:-${DEFAULT_DOCKER_TAG:-0.5.0}}}"
ports:
- "8080:8080"
volumes:
Expand Down

0 comments on commit 6bb6d88

Please sign in to comment.