Skip to content

Commit

Permalink
wow I feel like a platform newbie
Browse files Browse the repository at this point in the history
  • Loading branch information
esinx committed Feb 18, 2024
1 parent 2ac31ac commit 913fea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/cdk/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ new CDKPublishStack(app, 'kittyhawk');
// Docker stacks
const dockerImages = ['datadog-agent', 'pg-s3-backup', 'team-sync'];
dockerImages.map(name => new DockerPublishStack(app, name));
new DjangoBaseDockerStack(app, {pythonVersions: ['3.9.14', '3.8.5', '3.10.1']});
new DjangoBaseDockerStack(app, {pythonVersions: ['3.9.14', '3.8.5', '3.10.1', '3.11']});
new ShibbolethDockerStack(app);

// Misc stacks
Expand Down

0 comments on commit 913fea8

Please sign in to comment.