From 9c266b16a485d867b4dc990e5cc067769e3bed89 Mon Sep 17 00:00:00 2001 From: Paul Bygrave Date: Wed, 24 Mar 2021 15:46:20 +0000 Subject: [PATCH] Update the CDK version to latest --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7095b16..9bd6b42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.10 -ENV AWS_CDK_VERSION=1.67.0 +ENV AWS_CDK_VERSION=1.94.1 RUN apk -v --no-cache --update add \ nodejs \ diff --git a/Makefile b/Makefile index b5ce0c3..e84e58d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -AWS_CDK_VERSION = 1.67.0 +AWS_CDK_VERSION = 1.94.1 IMAGE_NAME ?= contino/aws-cdk:$(AWS_CDK_VERSION) TAG = $(AWS_CDK_VERSION)