container: Fix the update command for new web server
Closes: #2109 (closed).
We moved from Nginx to Apache on ftp.freedombox.org. This changed the datetime format in the index pages we were relying on to find the difference with local image. Update this datetime format.
Tests:
-
Run ./container update with an old image already in the .container directory. New image will be downloaded and verified.
-
Run ./container update immediately after downloading the latest image. No new download is done.
Signed-off-by: Sunil Mohan Adapa sunil@medhas.org