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 Feb 1, 2024
1 parent c3e72f0 commit caf1ff1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ 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.125.0"
# renovate: datasource=docker depName=docker versioning=docker
ARG DOCKER_VERSION="v24.0.7"
ARG DOCKER_VERSION="25.0.2"
# renovate: datasource=github-tags depName=nodejs/node versioning=node
ARG NODE_VERSION="20.9.0"
ARG NODE_VERSION="20.11.0"
# renovate: datasource=pypi depName=pip
ARG PIP_VERSION="23.3.1"
ARG PIP_VERSION="23.3.2"
# renovate: datasource=pypi depName=poetry
ARG POETRY_VERSION="1.7.1"

Expand Down
8 changes: 4 additions & 4 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.125.0"
# renovate: datasource=docker depName=docker versioning=docker
export DOCKER_VERSION="24.0.7"
export DOCKER_VERSION="25.0.2"
# renovate: datasource=github-tags depName=nodejs/node versioning=node
export NODE_VERSION="20.9.0"
export NODE_VERSION="20.11.0"
# renovate: datasource=pypi depName=pip
export PIP_VERSION="23.3.1"
export PIP_VERSION="23.3.2"
# renovate: datasource=pypi depName=poetry
export POETRY_VERSION="1.7.1"

0 comments on commit caf1ff1

Please sign in to comment.