Skip to content

Commit

Permalink
Merge pull request #18 from Steffen911/patch-1
Browse files Browse the repository at this point in the history
fix: pin langfuse image to version 2
  • Loading branch information
pamelafox authored Dec 9, 2024
2 parents 17d3666 + f261ce1 commit e9d084e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ module containerApp 'core/host/container-app.bicep' = {
location: location
tags: tags
containerEnvId: containerAppEnv.outputs.id
imageName: 'ghcr.io/langfuse/langfuse:latest'
imageName: 'ghcr.io/langfuse/langfuse:2'
targetPort: 3000
env: [
{
Expand Down

0 comments on commit e9d084e

Please sign in to comment.