Skip to content

Commit

Permalink
Merge pull request #4 from contino/cdk-version-1.94
Browse files Browse the repository at this point in the history
Update the CDK version to latest
  • Loading branch information
paulbygrave authored Mar 24, 2021
2 parents e5313be + 9c266b1 commit cd3de76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit cd3de76

Please sign in to comment.