chore: fix typo in Dockerfile ARG variable name for GitCommit
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM golang:alpine AS builder
|
||||
|
||||
ARG VERSION="dev"
|
||||
ARG GiTCommit="Unknown"
|
||||
ARG GitCommit="Unknown"
|
||||
ARG BuildTime="Unknown"
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user