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 2999ad6 commit efbb3ecCopy full SHA for efbb3ec
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/fortawesome/elixir:1.14.2-otp25.1.2-rust1.65.0
+FROM quay.io/fortawesome/elixir:1.14.3-otp25.2.1-rust1.65.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 18.12.1
+ENV NODE_VERSION 18.13.0
22
23
# install Node.js with package
24
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
25
26
RUN apt-get install -y nodejs
27
28
# install NPM version
29
-ENV NPM_VERSION 9.1.3
+ENV NPM_VERSION 9.3.0
30
31
RUN npm install -g npm@$NPM_VERSION
32
0 commit comments