Skip to content

Commit

Permalink
Update docker Docker tag to v26.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent 4b2389c commit 1734fb4
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 @@ -19,7 +19,7 @@ ARG TARGETARCH
# renovate: datasource=pypi depName=aws-cdk-lib
ARG CDK_VERSION="2.144.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
2 changes: 1 addition & 1 deletion scripts/set-env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export DOCKER_BUILDKIT=1
# renovate: datasource=pypi depName=aws-cdk-lib
export CDK_VERSION="2.144.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 1734fb4

Please sign in to comment.