Switch container to ubuntu:20.04, because the file command in ubuntu:18.04 failed at properly recogonnizing a .docx MIME type, and 18.04 is soon to be released

This commit is contained in:
Micah Lee 2020-01-09 16:58:17 -08:00
parent 13452a41aa
commit 3928a3fa5a
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ class PullImageTask(TaskBase):
def run(self): def run(self):
self.update_label.emit("Pulling container image") self.update_label.emit("Pulling container image")
self.update_details.emit("") self.update_details.emit("")
args = ["pull", "ubuntu:18.04"] args = ["pull", "ubuntu:20.04"]
self.exec_container(args, watch="stderr") self.exec_container(args, watch="stderr")
self.task_finished.emit() self.task_finished.emit()

@ -1 +1 @@
Subproject commit 6edf71901200da659e8a8350a3c1cbc9b92f9082 Subproject commit c0cc2c3e7e168bbf6a9bc39c582039d0fbad52bb