Skip to content

Commit 66e9042

Browse files
author
Matt Olenik
committed
Remove use of GNU date extensions when labeling images
Fixes #197
1 parent c083baf commit 66e9042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ fi
152152
###
153153
# variables for labelling the docker image
154154
###
155-
BUILD_DATE="$(date --utc --iso-8601=minutes)"
155+
BUILD_DATE="$(date -u '+%Y-%m-%dT%H:%M+00:00')"
156156

157157
if [ -d ".git" ]; then
158158
GIT_REF="$(git rev-parse HEAD)"

0 commit comments

Comments
 (0)