Skip to content

Commit 957d205

Browse files
committed
Use swig 4.1.1 rather than 4.0.2
1 parent 23b786f commit 957d205

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/docker/ubuntu18.04/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ RUN wget -nc -q --show-progress https://github.com/Kitware/CMake/releases/downlo
5959
RUN source ~/.bashrc && cmake --version
6060
RUN echo
6161

62-
# Download and install SWIG 4.0.2.
62+
# Download and install SWIG 4.1.1.
6363
RUN mkdir -p ~/opensim-workspace/swig-source || true
6464
WORKDIR ~/opensim-workspace/swig-source
65-
RUN wget -nc -q --show-progress https://github.com/swig/swig/archive/refs/tags/rel-4.0.2.tar.gz
66-
RUN tar xzf rel-4.0.2.tar.gz
67-
WORKDIR ./swig-rel-4.0.2
65+
RUN wget -nc -q --show-progress https://github.com/swig/swig/archive/refs/tags/v4.1.1.tar.gz
66+
RUN tar xzf v4.1.1.tar.gz
67+
WORKDIR ./swig-4.1.1
6868
RUN ./autogen.sh && ./configure --prefix=$HOME/swig --disable-ccache
6969
RUN make && make -j$NUM_JOBS install
7070

0 commit comments

Comments
 (0)