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 Sep 20, 2024
1 parent 93c8b34 commit 608abb8
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.146.0"
ARG CDK_VERSION="2.159.1"
# renovate: datasource=docker depName=docker versioning=docker
ARG DOCKER_VERSION="26.1.4"
ARG DOCKER_VERSION="27.3.1"
# renovate: datasource=github-tags depName=nodejs/node versioning=node
ARG NODE_VERSION="20.15.0"
ARG NODE_VERSION="20.17.0"
# renovate: datasource=pypi depName=pip
ARG PIP_VERSION="24.0"
ARG PIP_VERSION="24.2"
# renovate: datasource=pypi depName=poetry
ARG POETRY_VERSION="1.8.3"

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.146.0"
export CDK_VERSION="2.159.1"
# renovate: datasource=docker depName=docker versioning=docker
export DOCKER_VERSION="26.1.4"
export DOCKER_VERSION="27.3.1"
# renovate: datasource=github-tags depName=nodejs/node versioning=node
export NODE_VERSION="20.15.0"
export NODE_VERSION="20.17.0"
# renovate: datasource=pypi depName=pip
export PIP_VERSION="24.0"
export PIP_VERSION="24.2"
# renovate: datasource=pypi depName=poetry
export POETRY_VERSION="1.8.3"

0 comments on commit 608abb8

Please sign in to comment.