Skip to content

Commit

Permalink
update containerImage tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelWildenburg committed Oct 10, 2024
1 parent 9ec65bd commit 45e125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/lib/api-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class ApiStack extends Stack {
cpu: 256,
enableExecuteCommand: true,
taskImageOptions: {
image: ContainerImage.fromEcrRepository(apiEcrRepository, '1.3.1'),
image: ContainerImage.fromEcrRepository(apiEcrRepository, '1.3.2'),
containerPort: 8080,
containerName: 'api',
environment: {
Expand Down

0 comments on commit 45e125e

Please sign in to comment.