Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 12, 2024
1 parent c3e72f0 commit 146e7c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ 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.137.0"
# renovate: datasource=docker depName=docker versioning=docker
ARG DOCKER_VERSION="v24.0.7"
ARG DOCKER_VERSION="26.0.1"
# renovate: datasource=github-tags depName=nodejs/node versioning=node
ARG NODE_VERSION="20.9.0"
ARG NODE_VERSION="20.12.2"
# renovate: datasource=pypi depName=pip
ARG PIP_VERSION="23.3.1"
ARG PIP_VERSION="24.0"
# renovate: datasource=pypi depName=poetry
ARG POETRY_VERSION="1.7.1"
ARG POETRY_VERSION="1.8.2"

ARG AWS_URL_BASE="https://awscli.amazonaws.com/awscli-exe-linux"
ARG AWS_URL_AMD="$AWS_URL_BASE-x86_64.zip"
Expand Down
10 changes: 5 additions & 5 deletions scripts/set-env
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ 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.137.0"
# renovate: datasource=docker depName=docker versioning=docker
export DOCKER_VERSION="24.0.7"
export DOCKER_VERSION="26.0.1"
# renovate: datasource=github-tags depName=nodejs/node versioning=node
export NODE_VERSION="20.9.0"
export NODE_VERSION="20.12.2"
# renovate: datasource=pypi depName=pip
export PIP_VERSION="23.3.1"
export PIP_VERSION="24.0"
# renovate: datasource=pypi depName=poetry
export POETRY_VERSION="1.7.1"
export POETRY_VERSION="1.8.2"

0 comments on commit 146e7c3

Please sign in to comment.