mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-21 14:20:40 +00:00
chore(deps): update dependency opentofu/opentofu to v1.6.1 (#2)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0664b0c672
commit
88744f2ca2
@ -22,7 +22,7 @@ ARG TARGETARCH
|
||||
ARG TOFU_VERSION
|
||||
|
||||
# renovate: datasource=github-releases depName=opentofu/opentofu
|
||||
ENV TOFU_VERSION="${TOFU_VERSION:-v1.6.0}"
|
||||
ENV TOFU_VERSION="${TOFU_VERSION:-v1.6.1}"
|
||||
|
||||
RUN apk --update add --virtual .build-deps curl libarchive-tools && \
|
||||
curl -SsfL "https://github.com/opentofu/opentofu/releases/download/${TOFU_VERSION}/tofu_${TOFU_VERSION##v}_linux_amd64.zip" | \
|
||||
|
Loading…
Reference in New Issue
Block a user