Skip to content

Commit

Permalink
Update SWIG in Docker images for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Oct 21, 2024
1 parent 2ff1056 commit d10cd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ci.base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

ENV swig_version=4.2.0
ENV swig_version=4.3.0

RUN wget http://downloads.sourceforge.net/project/swig/swig/swig-${swig_version}/swig-${swig_version}.tar.gz \
&& tar xfz swig-${swig_version}.tar.gz \
Expand Down

0 comments on commit d10cd8d

Please sign in to comment.