Skip to content

Commit d532a22

Browse files
committed
Update to Base image (elixir:1.15.6-otp26.1.1-rust1.72.0), Node.js (18.18.0), and Phoenix (1.7.8)
1 parent dabf384 commit d532a22

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.5-otp26.0.2-rust1.72.0
1+
FROM quay.io/fortawesome/elixir:1.15.6-otp26.1.1-rust1.72.0
22

33
ENV DEBIAN_FRONTEND noninteractive
44

@@ -18,7 +18,7 @@ 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.17.1
21+
ENV NODE_VERSION 18.18.0
2222

2323
# install Node.js with package
2424
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
@@ -33,7 +33,7 @@ RUN npm install -g npm@$NPM_VERSION
3333
# install Hex
3434
RUN mix local.hex --force
3535

36-
ENV PHOENIX_VERSION 1.7.7
36+
ENV PHOENIX_VERSION 1.7.8
3737

3838
# install the Phoenix Mix archive
3939
RUN mix archive.install --force hex phx_new $PHOENIX_VERSION

0 commit comments

Comments
 (0)