Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 14, 2023
1 parent 4a9d746 commit 5a5e118
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BUILD_HARNESS_REPO=ghcr.io/defenseunicorns/build-harness/build-harness
# renovate: datasource=github-tags depName=defenseunicorns/build-harness
BUILD_HARNESS_VERSION=1.10.5
BUILD_HARNESS_VERSION=1.11.1
6 changes: 3 additions & 3 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
adr-tools 3.0.0
# renovate: datasource=github-releases depName=rebuy-de/aws-nuke
aws-nuke 2.25.0
awscli 2.13.17
awscli 2.13.18
# renovate: datasource=git-tags depName=https://github.com/bridgecrewio/checkov.git
checkov 2.4.33
checkov 2.4.37
flux2 2.1.0
golang 1.21.1
golangci-lint 1.54.2
Expand All @@ -15,7 +15,7 @@ helm 3.12.3
k3d 5.6.0
# renovate: datasource=github-tags depName=derailed/k9s
k9s 0.27.4
kubectl 1.28.1
kubectl 1.28.2
pre-commit 3.4.0
sops 3.7.3
# renovate: datasource=github-tags depName=anchore/syft
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN dnf config-manager --add-repo https://download.docker.com/linux/centos/docke
# Install asdf. Get versions from https://github.com/asdf-vm/asdf/releases
# hadolint ignore=SC2016
# renovate: datasource=github-tags depName=asdf-vm/asdf
ENV ASDF_VERSION=0.13.0
ENV ASDF_VERSION=0.13.1
RUN git clone https://github.com/asdf-vm/asdf.git --branch v${ASDF_VERSION} --depth 1 "${HOME}/.asdf" \
&& echo -e '\nsource $HOME/.asdf/asdf.sh' >> "${HOME}/.bashrc" \
&& echo -e '\nsource $HOME/.asdf/asdf.sh' >> "${HOME}/.profile" \
Expand Down

0 comments on commit 5a5e118

Please sign in to comment.