Skip to content

Commit

Permalink
Updated maxima's version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterkoenigsmann committed Jun 8, 2020
1 parent ddbcca1 commit 0e2bdda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN cd gnuplot-main && \
make -s && \
make install

ENV maxima_build tags/5.43.0
ENV maxima_build tags/5.44.0

RUN git clone https://git.code.sf.net/p/maxima/code maxima-code && \
cd maxima-code && \
Expand Down
2 changes: 1 addition & 1 deletion update_versions.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

maxima_build='tags\/5.43.0'
maxima_build='tags\/5.44.0'

sed -i -e "s/ENV maxima_build .*/ENV maxima_build $maxima_build/" Dockerfile

0 comments on commit 0e2bdda

Please sign in to comment.