Remove use of GNU date extensions when labeling images

Fixes #197
This commit is contained in:
Matt Olenik 2019-12-02 12:17:40 -08:00
parent c083baf640
commit 66e90428b5

View File

@ -152,7 +152,7 @@ fi
### ###
# variables for labelling the docker image # variables for labelling the docker image
### ###
BUILD_DATE="$(date --utc --iso-8601=minutes)" BUILD_DATE="$(date -u '+%Y-%m-%dT%H:%M+00:00')"
if [ -d ".git" ]; then if [ -d ".git" ]; then
GIT_REF="$(git rev-parse HEAD)" GIT_REF="$(git rev-parse HEAD)"