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