Skip to content

Commit

Permalink
fix: bump image
Browse files Browse the repository at this point in the history
  • Loading branch information
aymenfurter authored Aug 7, 2024
1 parent 318bbd1 commit d981dc0
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 @@ -209,7 +209,7 @@ module app 'core/host/container-app.bicep' = {
name: '${environmentName}-app'
location: location
identityType: 'SystemAssigned'
imageName: 'ghcr.io/aymenfurter/smartrag/smartrag:aa7ab61b192a35e944e490e9f0cd2591ee2fcd58'
imageName: 'ghcr.io/aymenfurter/smartrag/smartrag:d45943ddec0fcbcd1d24d529349993034e1f9c8e'
tags: { 'azd-service-name': 'app' }
containerAppsEnvironmentName: containerApps.outputs.environmentName
env: [
Expand Down

0 comments on commit d981dc0

Please sign in to comment.