Commit 9fdd7cf 1 parent bd6d9f8 commit 9fdd7cf Copy full SHA for 9fdd7cf
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# renovate datasource=github-tags depName=cloudposse/atmos
2
- atmos 1.158 .0
2
+ atmos 1.159 .0
3
3
adr-tools 3.0.0
4
4
# renovate: datasource=github-releases depName=ekristen/aws-nuke
5
5
aws-nuke 3.46.1
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN dnf config-manager --add-repo https://download.docker.com/linux/centos/docke
60
60
# Install asdf. Get versions from https://github.com/asdf-vm/asdf/releases
61
61
# hadolint ignore=SC2016
62
62
# renovate: datasource=github-tags depName=asdf-vm/asdf
63
- ENV ASDF_VERSION=0.16.0
63
+ ENV ASDF_VERSION=0.16.1
64
64
RUN git clone https://github.com/asdf-vm/asdf.git --branch v${ASDF_VERSION} --depth 1 "${HOME}/.asdf" \
65
65
&& echo -e '\n source $HOME/.asdf/asdf.sh' >> "${HOME}/.bashrc" \
66
66
&& echo -e '\n source $HOME/.asdf/asdf.sh' >> "${HOME}/.profile" \
You can’t perform that action at this time.
0 commit comments