Skip to content

Commit

Permalink
Bump aws-cdk version to v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnx-solutions committed Mar 31, 2022
1 parent 8d835e9 commit 783aaf4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:16.14-alpine3.15
FROM node:lts-alpine

ENV GLIBC_VERSION=2.31-r0
ENV AWSCLI_VERSION=2.4.27
ENV AWSCDK_VERSION=2.17.0
ENV AWSCDK_VERSION=2.18.0

RUN apk --no-cache update && \
apk --no-cache add \
Expand Down Expand Up @@ -52,6 +52,7 @@ RUN npm i -g aws-cdk@${AWSCDK_VERSION} typescript@latest @types/node@latest

WORKDIR /work


ENTRYPOINT [ "aws" ]

CMD [ "--version" ]

0 comments on commit 783aaf4

Please sign in to comment.