From 07e6955c8d9c9988a6a9160762baa0b8b2c2f27b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:43:41 +0000 Subject: [PATCH] chore(deps): update ghcr.io/opentofu/opentofu docker tag to v1.9.0 --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 70c064d..2fc93c1 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -13,4 +13,4 @@ LABEL org.opencontainers.image.description "home-ops VSCode Dev Container" RUN pip install mkdocs-material==9.5.24 # OpenTofu -COPY --from=ghcr.io/opentofu/opentofu:1.8.8 /usr/local/bin/tofu /usr/local/bin/tofu +COPY --from=ghcr.io/opentofu/opentofu:1.9.0 /usr/local/bin/tofu /usr/local/bin/tofu