Skip to content

Commit

Permalink
fix: use stable tag for DIDRoom_microservices microservices docker im…
Browse files Browse the repository at this point in the history
…age (#977)
  • Loading branch information
matteo-cristino authored Dec 20, 2024
1 parent db99b24 commit f49bb80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function dockerComposeTemplate(
return `
${serviceFullName}:
container_name: ${serviceFullName}
image: ghcr.io/forkbombeu/didroom_microservices:latest${entrypoint}
image: ghcr.io/forkbombeu/didroom_microservices:stable${entrypoint}
environment:
MS_URL: ${msUrl}
MS_NAME: ${serviceFullName}
Expand Down

0 comments on commit f49bb80

Please sign in to comment.