mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Merge pull request '[deploy-opentofu]' (#215) from fenix-admin into main
Reviewed-on: fenix-gitea-admin/iac-opentofu-private#215
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
FROM ghcr.io/opentofu/opentofu:1.9-minimal AS tofu
|
FROM ghcr.io/opentofu/opentofu:1.9-minimal AS tofu
|
||||||
|
|
||||||
FROM ubuntu:24.04
|
FROM ubuntu:24.04
|
||||||
|
|
||||||
# Copy the tofu binary
|
# Copy the tofu binary
|
||||||
COPY --from=tofu /usr/local/bin/tofu /usr/local/bin/tofu
|
COPY --from=tofu /usr/local/bin/tofu /usr/local/bin/tofu
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user