Skip to content

Commit

Permalink
Update CDK to 1.138.2 - aws/aws-cdk#18322
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Jan 10, 2022
1 parent 70d3315 commit 77561ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
FROM node:latest

# Install CDK.
RUN npm install -g aws-cdk@1.133.0 typescript
RUN npm install -g aws-cdk@1.138.2 typescript

# Install Go.
RUN curl -L -o go1.17.5.linux-amd64.tar.gz https://go.dev/dl/go1.17.5.linux-amd64.tar.gz
Expand Down

0 comments on commit 77561ab

Please sign in to comment.