Create golang Dockerfile

main
ycz008 2023-07-07 18:34:41 +08:00 committed by GitHub
parent 16f149e268
commit 3b06e15a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
FROM golang:1.20.5
RUN git config --global --add safe.directory '*'