mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
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:
parent
13452a41aa
commit
3928a3fa5a
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ class PullImageTask(TaskBase):
|
|||
def run(self):
|
||||
self.update_label.emit("Pulling container image")
|
||||
self.update_details.emit("")
|
||||
args = ["pull", "ubuntu:18.04"]
|
||||
args = ["pull", "ubuntu:20.04"]
|
||||
self.exec_container(args, watch="stderr")
|
||||
self.task_finished.emit()
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6edf71901200da659e8a8350a3c1cbc9b92f9082
|
||||
Subproject commit c0cc2c3e7e168bbf6a9bc39c582039d0fbad52bb
|
Loading…
Reference in a new issue