Skip to content

Commit

Permalink
Update the prisma-migrate image used in the CDK to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislomaxjones committed Mar 27, 2024
1 parent 6879b52 commit 73a2dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16385,7 +16385,7 @@ spec:
},
],
"Essential": true,
"Image": "ghcr.io/guardian/service-catalogue/prisma-migrate:sha-06b60dc3f47bfdfe8997d3d622e91f5508733ece",
"Image": "ghcr.io/guardian/service-catalogue/prisma-migrate:sha-cdd0348904373d72dcbbdd3bc943e6b5dc232d3c",
"LogConfiguration": {
"LogDriver": "awsfirelens",
"Options": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk/lib/cloudquery/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ export const Images = {
* https://github.com/guardian/service-catalogue/pkgs/container/service-catalogue%2Fprisma-migrate
*/
prismaMigrate: ContainerImage.fromRegistry(
'ghcr.io/guardian/service-catalogue/prisma-migrate:sha-06b60dc3f47bfdfe8997d3d622e91f5508733ece',
'ghcr.io/guardian/service-catalogue/prisma-migrate:sha-cdd0348904373d72dcbbdd3bc943e6b5dc232d3c',
),
};

0 comments on commit 73a2dec

Please sign in to comment.