Dockerfile189 B
View on GitHub# Demo 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}"
# Demo 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}"