Skip to content

Commit 90c37fa

Browse files
committed
update to elixir v1.18.2
1 parent 3a36250 commit 90c37fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN dnf install -y epel-release; \
1313
dnf module -y enable nodejs:20; \
1414
dnf module -y install nodejs:20/common; \
1515
dnf install -y erlang automake gcc pkgconfig openssl-devel ansible openssh git git-lfs npm; \
16-
curl -fSL -o elixir-src.tar.gz "https://github.com/elixir-lang/elixir/archive/v1.18.0.tar.gz"; \
16+
curl -fSL -o elixir-src.tar.gz "https://github.com/elixir-lang/elixir/archive/v1.18.2.tar.gz"; \
1717
mkdir -p /usr/local/src/elixir; \
1818
tar -xzC /usr/local/src/elixir --strip-components=1 -f elixir-src.tar.gz; \
1919
rm elixir-src.tar.gz; \

0 commit comments

Comments
 (0)