mirror of
https://github.com/danbulant/nushell
synced 2026-05-21 13:28:51 +00:00
Merge pull request #663 from vsoch/update/docker-base-to-18.04
Updating base to 18.04
This commit is contained in:
commit
da31eac735
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue