We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbcca1 commit 0e2bddaCopy full SHA for 0e2bdda
Dockerfile
@@ -29,7 +29,7 @@ RUN cd gnuplot-main && \
29
make -s && \
30
make install
31
32
-ENV maxima_build tags/5.43.0
+ENV maxima_build tags/5.44.0
33
34
RUN git clone https://git.code.sf.net/p/maxima/code maxima-code && \
35
cd maxima-code && \
update_versions.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
3
-maxima_build='tags\/5.43.0'
+maxima_build='tags\/5.44.0'
4
5
sed -i -e "s/ENV maxima_build .*/ENV maxima_build $maxima_build/" Dockerfile
0 commit comments