From 77561abbb9493eab5f83a4a01b4ea525a0e1c678 Mon Sep 17 00:00:00 2001 From: Adrian Hesketh Date: Mon, 10 Jan 2022 09:40:16 +0000 Subject: [PATCH] Update CDK to 1.138.2 - https://github.com/aws/aws-cdk/issues/18322 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 655416e..f39bed7 100644 --- a/Dockerfile +++ b/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