Skip to content

Commit

Permalink
ci: use nasher 0.15.0 in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
squattingmonk committed Jun 24, 2021
1 parent a575bf7 commit f336b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN dpkg --add-architecture i386 \
&& apt upgrade -y \
&& apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 -y \
&& rm -fr /var/lib/apt/lists/* /root/.cache/* /usr/share/doc/* /var/cache/man/*
ARG NASHER_VERSION="0.14.2"
ARG NASHER_VERSION="0.15.0"
ENV PATH="/root/.nimble/bin:$PATH"
RUN nimble install nasher@#${NASHER_VERSION} -y
RUN nasher config --nssFlags:"-n /nwn/data -o" \
Expand Down

0 comments on commit f336b62

Please sign in to comment.