Merge pull request #663 from vsoch/update/docker-base-to-18.04

Updating base to 18.04
This commit is contained in:
Andrés N. Robalino 2019-09-13 08:17:47 -05:00 committed by GitHub
commit da31eac735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM ubuntu:18.04
# docker build -f docker/Dockerfile.nu-base -t nushell/nu-base .
# docker run -it nushell/nu-base