Skip to content

Commit

Permalink
Update dependency aws-cdk-lib to v2.110.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent c3e72f0 commit 7ab8258
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
Expand Up @@ -17,7 +17,7 @@ ENV PIP_ROOT_USER_ACTION=ignore

ARG TARGETARCH
# renovate: datasource=pypi depName=aws-cdk-lib
ARG CDK_VERSION="2.110.0"
ARG CDK_VERSION="2.110.1"
# renovate: datasource=docker depName=docker versioning=docker
ARG DOCKER_VERSION="v24.0.7"
# renovate: datasource=github-tags depName=nodejs/node versioning=node
Expand Down
2 changes: 1 addition & 1 deletion scripts/set-env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd "$(git rev-parse --show-toplevel)" || exit
export DOCKER_BUILDKIT=1

# renovate: datasource=pypi depName=aws-cdk-lib
export CDK_VERSION="2.110.0"
export CDK_VERSION="2.110.1"
# renovate: datasource=docker depName=docker versioning=docker
export DOCKER_VERSION="24.0.7"
# renovate: datasource=github-tags depName=nodejs/node versioning=node
Expand Down

0 comments on commit 7ab8258

Please sign in to comment.