1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(docker): Update Ubuntu docker to 18.04 from 16.04

16.04 is EOL and unused/unsupported by the project.
This commit is contained in:
Anthony Bilinski 2021-10-27 00:23:53 -07:00
parent 2dafd89052
commit 0dae965a2d
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with qTox. If not, see <http://www.gnu.org/licenses/>
FROM ubuntu:16.04
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND=noninteractive