Skip to content

Commit

Permalink
Bump to 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Fuchs committed Dec 7, 2019
1 parent fca50d5 commit 74e436a
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.9.0
ENV AWS_CDK_VERSION=1.18.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.9.0
AWS_CDK_VERSION = 1.18.0
IMAGE_NAME ?= contino/aws-cdk:$(AWS_CDK_VERSION)
TAG = $(AWS_CDK_VERSION)

Expand Down

0 comments on commit 74e436a

Please sign in to comment.