From 3e17ef5664f6b992613018d24b669e3317eea647 Mon Sep 17 00:00:00 2001 From: DNX Solutions <84875493+dnx-solutions@users.noreply.github.com> Date: Fri, 3 May 2024 10:16:07 +1000 Subject: [PATCH] Bump aws-cdk version to v2.140.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b522e9..d4f2d3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:lts-alpine ENV GLIBC_VERSION=2.31-r0 ENV AWSCLI_VERSION=2.4.27 -ENV AWSCDK_VERSION=2.139.1 +ENV AWSCDK_VERSION=2.140.0 RUN apk --no-cache update && \ apk --no-cache add \