Skip to content

Commit 0a77c3d

Browse files
authored
Merge pull request #198 from mattolenik/fix-197
Remove use of GNU date extensions when labeling images
2 parents bf2a21d + 66e9042 commit 0a77c3d

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)