Skip to content

Commit 7a222c4

Browse files
committed
chore: remove .tool-versions from dockerfile
1 parent cb9d0d5 commit 7a222c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM --platform=$BUILDPLATFORM jdxcode/mise:latest AS mise-context
2-
COPY mise.toml .tool-versions ./
2+
COPY mise.toml ./
33
RUN --mount=type=secret,id=gh_token,env=MISE_GITHUB_TOKEN mise install
44

55
FROM --platform=$BUILDPLATFORM mise-context AS go-build

0 commit comments

Comments
 (0)