Skip to content

Commit dabf384

Browse files
committed
Update to Base image (elixir:1.15.5-otp26.0.2-rust1.72.0), Node.js (18.17.1), NPM (10.1.0), and Phoenix (1.7.7)
1 parent 60365d6 commit dabf384

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.4-otp26.0.2-rust1.71.0
1+
FROM quay.io/fortawesome/elixir:1.15.5-otp26.0.2-rust1.72.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.16.1
21+
ENV NODE_VERSION 18.17.1
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.8.0
29+
ENV NPM_VERSION 10.1.0
3030

3131
RUN npm install -g npm@$NPM_VERSION
3232

0 commit comments

Comments
 (0)