From 1496b5ef45e2f24e961d3031af8a9285e764308f Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Mon, 3 Oct 2016 12:37:04 -0500 Subject: [PATCH] Update base image (#411) --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d98a093..ae18c8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ -FROM ohmyfish/fish:2.3.0 +FROM ohmyfish/fish:2.3.1 COPY . /src/oh-my-fish RUN fish /src/oh-my-fish/bin/install --offline --noninteractive --yes - -WORKDIR /root/.local/share/omf