Skip to content

Commit

Permalink
fix(deps): update all (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Oct 4, 2024
1 parent 51475f0 commit 45f17e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=20.17.0
ARG NODE_VERSION=20.18.0

FROM node:${NODE_VERSION}

Expand Down
4 changes: 2 additions & 2 deletions module-assets/ci/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ fi
#######################################

# renovate: datasource=github-releases depName=warrensbox/terraform-switcher
TFSWITCH_VERSION=v1.2.2
TFSWITCH_VERSION=v1.2.3
BINARY=tfswitch
set +e
INSTALLED_TFSWITCH_VERSION="$(tfswitch --version | grep Version | awk '{ print $2 }')"
Expand Down Expand Up @@ -313,7 +313,7 @@ if [[ $OSTYPE == 'darwin'* ]]; then
fi

# renovate: datasource=github-releases depName=aquasecurity/trivy
TRIVY_VERSION=v0.55.2
TRIVY_VERSION=v0.56.1
BINARY=trivy
set +e
INSTALLED_TRIVY_VERSION="$(trivy version | grep "Version:" | cut -d' ' -f2)"
Expand Down

0 comments on commit 45f17e6

Please sign in to comment.