Add force option into dockbuild
#!/bin/bash
Obtén la fecha actual en el formato deseado
FECHA_ACTUAL=$(date +%d-%m-%Y)
Usa sed para buscar y reemplazar la línea en el archivo
sed -i "s/LABEL image.date=.*/LABEL image.date=$FECHA_ACTUAL/" tu_archivo.txt