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 60365d6 commit dabf384Copy full SHA for dabf384
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/fortawesome/elixir:1.15.4-otp26.0.2-rust1.71.0
+FROM quay.io/fortawesome/elixir:1.15.5-otp26.0.2-rust1.72.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.16.1
+ENV NODE_VERSION 18.17.1
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.8.0
+ENV NPM_VERSION 10.1.0
30
31
RUN npm install -g npm@$NPM_VERSION
32
0 commit comments