Skip to content

Commit ff61ed4

Browse files
authoredJan 30, 2025··
chore(deps): update stable (#532)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 645a30c commit ff61ed4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
BUILD_HARNESS_REPO=ghcr.io/defenseunicorns/build-harness/build-harness
22
# renovate: datasource=docker depName=ghcr.io/defenseunicorns/build-harness/build-harness
3-
BUILD_HARNESS_VERSION=2.1.0
3+
BUILD_HARNESS_VERSION=2.1.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.15.0
63+
ENV ASDF_VERSION=0.16.0
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)
Please sign in to comment.