fixed docker warning for empty from possibility
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Copyright (c) 2022-2024 Bryan Joshua Pedini
|
||||
# License: MIT · see LICENSE file for more details
|
||||
ARG GO_VERSION "$GO_VERSION"
|
||||
ARG GO_VERSION=alpine
|
||||
|
||||
FROM golang:${GO_VERSION}
|
||||
|
||||
|
Reference in New Issue
Block a user