Skip to content

Commit efbb3ec

Browse files
committed
Upgrade to Base image, Node.js, and NPM
1 parent 2999ad6 commit efbb3ec

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.14.2-otp25.1.2-rust1.65.0
1+
FROM quay.io/fortawesome/elixir:1.14.3-otp25.2.1-rust1.65.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 18.12.1
21+
ENV NODE_VERSION 18.13.0
2222

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

2626
RUN apt-get install -y nodejs
2727

2828
# install NPM version
29-
ENV NPM_VERSION 9.1.3
29+
ENV NPM_VERSION 9.3.0
3030

3131
RUN npm install -g npm@$NPM_VERSION
3232

0 commit comments

Comments
 (0)