chore: remove .tool-versions from dockerfile

This commit is contained in:
Aarnav Tale
2025-10-12 14:47:53 -04:00
parent cb9d0d5317
commit 7a222c47ee
+1 -1
View File
@@ -1,5 +1,5 @@
FROM --platform=$BUILDPLATFORM jdxcode/mise:latest AS mise-context
COPY mise.toml .tool-versions ./
COPY mise.toml ./
RUN --mount=type=secret,id=gh_token,env=MISE_GITHUB_TOKEN mise install
FROM --platform=$BUILDPLATFORM mise-context AS go-build