fix(scripts): install Go 1.25.3 in pre-commit container and fix formatting
This commit is contained in:
4
ci/pre-commit/Dockerfile
Normal file
4
ci/pre-commit/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM alpine:latest
|
||||
|
||||
# install node (Alpine)
|
||||
RUN apk add --no-cache nodejs npm gcc build-base musl-dev curl make
|
||||
Reference in New Issue
Block a user