From f85876b9f60969deaa664c4a70964a4c72d27ecd Mon Sep 17 00:00:00 2001 From: DNX Solutions <84875493+dnx-solutions@users.noreply.github.com> Date: Fri, 7 Jul 2023 10:18:51 +1000 Subject: [PATCH] Bump aws-cdk version to v2.87.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8841b6f..78a7f3c 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.86.0 +ENV AWSCDK_VERSION=2.87.0 RUN apk --no-cache update && \ apk --no-cache add \