diff --git a/fish-portable-musl-alpine.Dockerfile b/fish-portable-musl-alpine.Dockerfile index a6c92de..a42e152 100644 --- a/fish-portable-musl-alpine.Dockerfile +++ b/fish-portable-musl-alpine.Dockerfile @@ -2,7 +2,7 @@ FROM alpine VOLUME /result ENV NCURSES_VER 6.2 -ENV FISH_VER 3.4.1 +ENV FISH_VER 3.6.1 ENV LDFLAGS -static RUN apk update && apk add wget mc alpine-sdk git g++ make cmake ncurses ncurses-dev ncurses-libs xz