Browse Source

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

16.04 is EOL and unused/unsupported by the project.
reviewable/pr6404/r2
Anthony Bilinski 4 years ago
parent
commit
0dae965a2d
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 2
      docker/Dockerfile.ubuntu

2
docker/Dockerfile.ubuntu

@ -14,7 +14,7 @@ @@ -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

Loading…
Cancel
Save