Skip to content

Commit 9fdd7cf

Browse files
authoredFeb 5, 2025
chore(deps): update stable (#552)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd6d9f8 commit 9fdd7cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate datasource=github-tags depName=cloudposse/atmos
2-
atmos 1.158.0
2+
atmos 1.159.0
33
adr-tools 3.0.0
44
# renovate: datasource=github-releases depName=ekristen/aws-nuke
55
aws-nuke 3.46.1

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN dnf config-manager --add-repo https://download.docker.com/linux/centos/docke
6060
# Install asdf. Get versions from https://github.com/asdf-vm/asdf/releases
6161
# hadolint ignore=SC2016
6262
# renovate: datasource=github-tags depName=asdf-vm/asdf
63-
ENV ASDF_VERSION=0.16.0
63+
ENV ASDF_VERSION=0.16.1
6464
RUN git clone https://github.com/asdf-vm/asdf.git --branch v${ASDF_VERSION} --depth 1 "${HOME}/.asdf" \
6565
&& echo -e '\nsource $HOME/.asdf/asdf.sh' >> "${HOME}/.bashrc" \
6666
&& echo -e '\nsource $HOME/.asdf/asdf.sh' >> "${HOME}/.profile" \

0 commit comments

Comments
 (0)