We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a36250 commit 90c37faCopy full SHA for 90c37fa
1 file changed
Dockerfile
@@ -13,7 +13,7 @@ RUN dnf install -y epel-release; \
13
dnf module -y enable nodejs:20; \
14
dnf module -y install nodejs:20/common; \
15
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"; \
+ curl -fSL -o elixir-src.tar.gz "https://github.com/elixir-lang/elixir/archive/v1.18.2.tar.gz"; \
17
mkdir -p /usr/local/src/elixir; \
18
tar -xzC /usr/local/src/elixir --strip-components=1 -f elixir-src.tar.gz; \
19
rm elixir-src.tar.gz; \
0 commit comments