Skip to content

Commit 6f420e4

Browse files
committed
Update base image, Node.js and NPM,
1 parent 7229105 commit 6f420e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/fortawesome/elixir:1.15.7-otp26.1.2-rust1.74.0
1+
FROM quay.io/fortawesome/elixir:1.16.0-otp26.2.1-rust1.75.0
22

33
ENV DEBIAN_FRONTEND noninteractive
44

@@ -18,15 +18,15 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
1818

1919
# Install Node
2020
ENV NPM_CONFIG_LOGLEVEL info
21-
ENV NODE_VERSION 20.10.0
21+
ENV NODE_VERSION 20.11.0
2222

2323
# install Node.js with package
2424
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
2525

2626
RUN apt-get install -y nodejs
2727

2828
# install NPM version
29-
ENV NPM_VERSION 10.2.4
29+
ENV NPM_VERSION 10.4.0
3030

3131
RUN npm install -g npm@$NPM_VERSION
3232

0 commit comments

Comments
 (0)