File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM quay.io/fortawesome/elixir:1.15.5 -otp26.0.2 -rust1.72.0
1
+ FROM quay.io/fortawesome/elixir:1.15.6 -otp26.1.1 -rust1.72.0
2
2
3
3
ENV DEBIAN_FRONTEND noninteractive
4
4
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
18
18
19
19
# Install Node
20
20
ENV NPM_CONFIG_LOGLEVEL info
21
- ENV NODE_VERSION 18.17.1
21
+ ENV NODE_VERSION 18.18.0
22
22
23
23
# install Node.js with package
24
24
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
@@ -33,7 +33,7 @@ RUN npm install -g npm@$NPM_VERSION
33
33
# install Hex
34
34
RUN mix local.hex --force
35
35
36
- ENV PHOENIX_VERSION 1.7.7
36
+ ENV PHOENIX_VERSION 1.7.8
37
37
38
38
# install the Phoenix Mix archive
39
39
RUN mix archive.install --force hex phx_new $PHOENIX_VERSION
You can’t perform that action at this time.
0 commit comments