ubuntu:22.04

This commit is contained in:
Faraz Fallahi
2022-09-26 21:34:47 -04:00
parent 7761293044
commit f8c27f202b
4 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -euxo pipefail
docker pull ubuntu:20.04
docker pull ubuntu:22.04
# Ubuntu dynamically linked
docker build --force-rm -f Dockerfile -t fffaraz/qt:latest .