aws-pdk icon indicating copy to clipboard operation
aws-pdk copied to clipboard

[BUG] (type-safe-api) dev container out of date with respect to code

Open memorsolutions opened this issue 1 year ago • 0 comments

Describe the bug

Commit 345eb6f2a415a9394e65f79f382a1d8ad1fe8b04 introduced changes that require node v18.20 or higher as well as a dependency on rsync. The Docker image for the devcontainer is sill using node v18.19.0 and does not install rsync. This results in failed builds using the devcontainer.

Expected Behavior

The build should succeed when built from the devcontainer.

Current Behavior

The build fails.

Reproduction Steps

run pnpm build from within the devcontainer.

Possible Solution

Modify Dockerfile to install rssync and updated NODE_VERSION to v18.20.0 or higher.

Additional Information/Context

No response

PDK version used

0.23.55

What languages are you seeing this issue on?

Typescript

Environment details (OS name and version, etc.)

Ubuntu 22.04

memorsolutions avatar Oct 04 '24 23:10 memorsolutions