From a04643f51e9d13b4f4df9e5f4a0face9abb1ce17 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 7 Sep 2025 20:34:59 +0000 Subject: [PATCH] [deploy-opentofu] --- documentation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Dockerfile b/documentation/Dockerfile index 74d0492..23b7f71 100644 --- a/documentation/Dockerfile +++ b/documentation/Dockerfile @@ -1,7 +1,7 @@ FROM ghcr.io/opentofu/opentofu:1.9-minimal AS tofu FROM ubuntu:24.04 - + # Copy the tofu binary COPY --from=tofu /usr/local/bin/tofu /usr/local/bin/tofu