Skip to content

Commit

Permalink
Updated the wxMaxima version
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterkoenigsmann committed Sep 3, 2022
1 parent bfeeeaa commit a1c648b
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 @@ -63,7 +63,7 @@ RUN cd maxima-code && \
make -s -j 2&& \
make install

ENV wxmaxima_build Version-22.05.0
ENV wxmaxima_build Version-22.09.0

RUN git clone https://github.com/wxMaxima-developers/wxmaxima.git && \
cd wxmaxima && \
Expand Down
2 changes: 1 addition & 1 deletion update_versions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

maxima_build='tags\/5.46.0'
wxmaxima_build='Version-22.05.0'
wxmaxima_build='Version-22.09.0'

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

0 comments on commit a1c648b

Please sign in to comment.