mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-05 02:24:59 +02:00
Add version lock to dockerfile and hide password
This commit is contained in:
parent
f5fda5d8ea
commit
84ee25e441
4 changed files with 72 additions and 25 deletions
|
@ -1,3 +1,8 @@
|
|||
module installer
|
||||
|
||||
go 1.23.0
|
||||
go 1.23.0
|
||||
|
||||
require (
|
||||
golang.org/x/sys v0.29.0 // indirect
|
||||
golang.org/x/term v0.28.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue