We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7229105 commit 6f420e4Copy full SHA for 6f420e4
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/fortawesome/elixir:1.15.7-otp26.1.2-rust1.74.0
+FROM quay.io/fortawesome/elixir:1.16.0-otp26.2.1-rust1.75.0
2
3
ENV DEBIAN_FRONTEND noninteractive
4
@@ -18,15 +18,15 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
18
19
# Install Node
20
ENV NPM_CONFIG_LOGLEVEL info
21
-ENV NODE_VERSION 20.10.0
+ENV NODE_VERSION 20.11.0
22
23
# install Node.js with package
24
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
25
26
RUN apt-get install -y nodejs
27
28
# install NPM version
29
-ENV NPM_VERSION 10.2.4
+ENV NPM_VERSION 10.4.0
30
31
RUN npm install -g npm@$NPM_VERSION
32
0 commit comments