0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-06-02 18:39:41 +02:00

chore(deps): update dependency opentofu/opentofu to v1.7.0

This commit is contained in:
renovate[bot] 2024-04-30 19:42:40 +00:00 committed by GitHub
parent 47417623a2
commit 73c0121f04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ ARG TARGETARCH
ARG TOFU_VERSION
# renovate: datasource=github-releases depName=opentofu/opentofu
ENV TOFU_VERSION="${TOFU_VERSION:-v1.6.2}"
ENV TOFU_VERSION="${TOFU_VERSION:-v1.7.0}"
RUN apk --update add --virtual .build-deps libarchive-tools && \
apk add --no-cache curl git openssh-client && \