mirror of
https://github.com/opentofu/opentofu.git
synced 2026-03-02 05:10:29 -05:00
10 lines
210 B
Docker
10 lines
210 B
Docker
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
FROM alpine:3.18
|
|
|
|
LABEL maintainer="OpenTF Team <opentf@opentf.org>"
|
|
|
|
COPY opentf /usr/local/bin/opentf
|
|
|
|
ENTRYPOINT ["/usr/local/bin/opentf"]
|