Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 7, 2024
1 parent 4b2389c commit 6bc0067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ ENV PIP_ROOT_USER_ACTION=ignore

ARG TARGETARCH
# renovate: datasource=pypi depName=aws-cdk-lib
ARG CDK_VERSION="2.144.0"
ARG CDK_VERSION="2.145.0"
# renovate: datasource=docker depName=docker versioning=docker
ARG DOCKER_VERSION="26.1.3"
ARG DOCKER_VERSION="26.1.4"
# renovate: datasource=github-tags depName=nodejs/node versioning=node
ARG NODE_VERSION="20.14.0"
# renovate: datasource=pypi depName=pip
Expand Down
4 changes: 2 additions & 2 deletions scripts/set-env
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cd "$(git rev-parse --show-toplevel)" || exit
export DOCKER_BUILDKIT=1

# renovate: datasource=pypi depName=aws-cdk-lib
export CDK_VERSION="2.144.0"
export CDK_VERSION="2.145.0"
# renovate: datasource=docker depName=docker versioning=docker
export DOCKER_VERSION="26.1.3"
export DOCKER_VERSION="26.1.4"
# renovate: datasource=github-tags depName=nodejs/node versioning=node
export NODE_VERSION="20.14.0"
# renovate: datasource=pypi depName=pip
Expand Down

0 comments on commit 6bc0067

Please sign in to comment.