Add version lock to dockerfile and hide password

This commit is contained in:
Owen Schwartz 2025-01-12 10:39:27 -05:00
parent f5fda5d8ea
commit 84ee25e441
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
4 changed files with 72 additions and 25 deletions

View file

@ -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
)