Skip to content

Commit

Permalink
Merge pull request #400 from Devoxx4Kids-NPO/update-tag-container-image
Browse files Browse the repository at this point in the history
  • Loading branch information
tubbynl authored Oct 10, 2024
2 parents 9ec65bd + 45e125e commit 41ebc14
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 41ebc14

Please sign in to comment.