Skip to content

Commit

Permalink
Merge pull request #1 from contino/aws-cdk-1.67
Browse files Browse the repository at this point in the history
Aws cdk bumped to version 1.67
  • Loading branch information
paulbygrave authored Oct 9, 2020
2 parents 74e436a + 3625954 commit e5313be
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.18.0
ENV AWS_CDK_VERSION=1.67.0

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.18.0
AWS_CDK_VERSION = 1.67.0
IMAGE_NAME ?= contino/aws-cdk:$(AWS_CDK_VERSION)
TAG = $(AWS_CDK_VERSION)

Expand Down

0 comments on commit e5313be

Please sign in to comment.