mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-25 16:31:10 -06:00
11 lines
206 B
Docker
11 lines
206 B
Docker
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
FROM alpine:3.18
|
|
|
|
LABEL maintainer="OpenTofu Team <opentf@opentf.org>"
|
|
|
|
COPY tofu /usr/local/bin/tofu
|
|
|
|
ENTRYPOINT ["/usr/local/bin/tofu"]
|