fixed docker warning for empty from possibility

This commit is contained in:
Bryan Joshua Pedini 2024-09-24 16:44:30 +02:00
parent 388ba26296
commit 05fcc13d60

View File

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