Dockerfile192 B
View on GitHub# Example Dockerfile: the marker file manager rewrites the version on the
# next line from versions.lock.yaml.
# atmos:version opentofu
ENV TOFU_VERSION=1.10.6
RUN echo "tofu ${TOFU_VERSION}"
# Example Dockerfile: the marker file manager rewrites the version on the
# next line from versions.lock.yaml.
# atmos:version opentofu
ENV TOFU_VERSION=1.10.6
RUN echo "tofu ${TOFU_VERSION}"