Skip to content

Commit

Permalink
Update Dockerfile to node 22 and set a 5 minute timeout on the Cloudf…
Browse files Browse the repository at this point in the history
…oundry app creation (#446)
  • Loading branch information
danielnaab authored Jan 14, 2025
1 parent b24ea3a commit cf34ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-bookworm AS base
FROM node:22-bookworm AS base

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand Down
1 change: 1 addition & 0 deletions infra/cdktf/src/lib/cloud.gov/node-astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export class AstroService extends Construct {
serviceInstance: loginGovService.id,
},
],
timeout: 5,
});
}
}

0 comments on commit cf34ec4

Please sign in to comment.