diff --git a/fish-portable-musl-alpine.Dockerfile b/fish-portable-musl-alpine.Dockerfile index 041df82..a6c92de 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.0 +ENV FISH_VER 3.4.1 ENV LDFLAGS -static RUN apk update && apk add wget mc alpine-sdk git g++ make cmake ncurses ncurses-dev ncurses-libs xz