Explorar o código

Change date formating to support macOS

Michael Kanchuker %!s(int64=4) %!d(string=hai) anos
pai
achega
4cde23e45d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      create_dockerfile.sh

+ 1 - 1
create_dockerfile.sh

@@ -59,7 +59,7 @@ EOF
 
 dist=${1:-stretch}
 version=${2:-5.0.3}
-DATE=$(date --rfc-3339=date)
+DATE=$(date +"%Y-%m-%d")
 
 case ${dist} in
   focal|bionic|xenial|trusty|precise) base=ubuntu ;;