Skip to content

Commit

Permalink
feat: Update API to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBardon committed Jan 8, 2025
1 parent 7e014c3 commit 84a4dd3
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 84a4dd3

Please sign in to comment.