Skip to content

Commit

Permalink
Update to Elixir 1.14 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcauchon authored Dec 2, 2022
1 parent ea47a49 commit 7a18a92
Show file tree
Hide file tree
Showing 7 changed files with 1,384 additions and 1,330 deletions.
6 changes: 3 additions & 3 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
erlang 25.0.3
elixir 1.13.4-otp-25
nodejs 16.15.1
erlang 25.1.2
elixir 1.14.2-otp-25
nodejs 18.12.1
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -----------------------------------------------
# Stage: npm dependencies
# -----------------------------------------------
FROM node:16.16-bullseye-slim AS npm-builder
FROM node:18-bullseye-slim AS npm-builder

# Install Debian dependencies
RUN apt-get update -y && \
Expand All @@ -18,7 +18,7 @@ RUN npm ci --prefix assets
# -----------------------------------------------
# Stage: hex dependencies
# -----------------------------------------------
FROM hexpm/elixir:1.13.4-erlang-25.0.3-debian-bullseye-20210902-slim AS otp-builder
FROM hexpm/elixir:1.14.2-erlang-25.1.2-debian-bullseye-20221004-slim AS otp-builder

# Install Debian dependencies
RUN apt-get update -y && \
Expand Down Expand Up @@ -66,7 +66,7 @@ RUN mix release
# -----------------------------------------------
# Stage: Bundle release in a docker image
# -----------------------------------------------
FROM debian:bullseye-20210902-slim
FROM debian:bullseye-20221004-slim

RUN apt-get update -y && \
apt-get install -y libstdc++6 openssl libncurses5 locales && \
Expand Down
Loading

0 comments on commit 7a18a92

Please sign in to comment.