Skip to content

Commit

Permalink
feat: update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
aymenfurter committed Jul 15, 2024
1 parent bbb03b1 commit 93ddeb7
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 @@ -172,7 +172,7 @@ module app 'core/host/container-app.bicep' = {
name: '${environmentName}-app'
location: location
identityType: 'SystemAssigned'
imageName: 'ghcr.io/aymenfurter/smartrag/smartrag:b6dda1250e60cf8d96474305b2cdb5113cfe452f'
imageName: 'ghcr.io/aymenfurter/smartrag/smartrag:bbb03b14c7c2cdad2780918871a6426eee59f49a'
tags: { 'azd-service-name': 'app' }
containerAppsEnvironmentName: containerApps.outputs.environmentName
env: [
Expand Down

0 comments on commit 93ddeb7

Please sign in to comment.