Skip to content

Commit 0e2bdda

Browse files
Updated maxima's version number
1 parent ddbcca1 commit 0e2bdda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN cd gnuplot-main && \
2929
make -s && \
3030
make install
3131

32-
ENV maxima_build tags/5.43.0
32+
ENV maxima_build tags/5.44.0
3333

3434
RUN git clone https://git.code.sf.net/p/maxima/code maxima-code && \
3535
cd maxima-code && \

update_versions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22

3-
maxima_build='tags\/5.43.0'
3+
maxima_build='tags\/5.44.0'
44

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

0 commit comments

Comments
 (0)