Skip to content

Commit

Permalink
Update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
daute committed Nov 12, 2024
1 parent 719da78 commit 58d3aa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN cd libpng-1.2.59 && \
make -s -j 2&& \
make install

ENV maxima_build tags/5.45.1
ENV maxima_build tags/5.47.0

RUN git clone https://git.code.sf.net/p/maxima/code maxima-code && \
cd maxima-code && \
Expand All @@ -63,7 +63,7 @@ RUN cd maxima-code && \
make -s -j 2&& \
make install

ENV wxmaxima_build Version-21.11.0
ENV wxmaxima_build Version-24.11.0

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

maxima_build='tags\/5.45.1'
wxmaxima_build='Version-21.11.0'
maxima_build='tags\/5.47.0'
wxmaxima_build='Version-24.11.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 58d3aa7

Please sign in to comment.