Skip to content

Commit

Permalink
bumped version to 8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sxander committed Nov 3, 2020
1 parent 7f147f7 commit cc9759d
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 @@ -53,7 +53,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

ENV ALFAVIEW_RELEASE beta
ENV ALFAVIEW_VERSION 8.10.0
ENV ALFAVIEW_VERSION 8.11.0

RUN curl -sSL https://production-alfaview-assets.alfaview.com/$ALFAVIEW_RELEASE/linux/alfaview_$ALFAVIEW_VERSION.deb -o /tmp/alfaview_$ALFAVIEW_VERSION.deb \
&& dpkg -i /tmp/alfaview_$ALFAVIEW_VERSION.deb \
Expand Down

0 comments on commit cc9759d

Please sign in to comment.